mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
GekkoDisassembler: Remove unread variable m_sreg
This commit is contained in:
parent
eedc1144c1
commit
98c9049184
2 changed files with 0 additions and 5 deletions
|
@ -105,7 +105,6 @@ 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 unsigned short m_sreg; // Register in load/store instructions
|
||||
static u32 m_displacement; // Branch- or load/store displacement
|
||||
};
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue