dev-amdgpu: Add missing 'overrides'

This causes warnings/errors in some compilers.

Change-Id: I36a3548943c030d2578c2f581c8985c12eaeb0ae
This commit is contained in:
Bobby R. Bruce
2023-05-09 15:30:45 -07:00
parent fbaa164b6a
commit dd7780c0b2

View File

@@ -31534,8 +31534,8 @@ namespace VegaISA
} // getOperandSize
void execute(GPUDynInstPtr) override;
void initiateAcc(GPUDynInstPtr gpuDynInst);
void completeAcc(GPUDynInstPtr gpuDynInst);
void initiateAcc(GPUDynInstPtr gpuDynInst) override;
void completeAcc(GPUDynInstPtr gpuDynInst) override;
}; // Inst_DS__DS_OR_B32
class Inst_DS__DS_XOR_B32 : public Inst_DS