From e8c39685fce03856668a97d1fb49e5cb137d9615 Mon Sep 17 00:00:00 2001 From: angie Date: Sun, 30 Apr 2023 12:38:20 -0400 Subject: [PATCH] format --- cplusplus/src/instructions/InstructionR3000GTE.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cplusplus/src/instructions/InstructionR3000GTE.cpp b/cplusplus/src/instructions/InstructionR3000GTE.cpp index 0e527a2..25f6985 100644 --- a/cplusplus/src/instructions/InstructionR3000GTE.cpp +++ b/cplusplus/src/instructions/InstructionR3000GTE.cpp @@ -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); }