This commit is contained in:
angie 2023-04-30 12:38:20 -04:00
parent 399c708c46
commit e8c39685fc

View File

@ -16,7 +16,6 @@ InstructionR3000GTE::~InstructionR3000GTE() {
RabbitizerInstructionR3000GTE_destroy(&this->instr);
}
uint8_t InstructionR3000GTE::GetR3000GTE_fakeOpcode() const {
return RAB_INSTR_R3000GTE_GET_FAKE_OPCODE(&this->instr);
}