GekkoDisassembler: Remove unread variable m_displacement

This commit is contained in:
Dentomologist
2023-06-13 12:59:46 -07:00
parent 98c9049184
commit c8e276c6f5
2 changed files with 0 additions and 8 deletions

View File

@ -105,6 +105,5 @@ private:
static std::string m_opcode; // Buffer for opcode, min. 10 chars.
static std::string m_operands; // Operand buffer, min. 24 chars.
static unsigned char m_flags; // Additional flags
static u32 m_displacement; // Branch- or load/store displacement
};
} // namespace Common