mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 15:28:38 +00:00
Remove redundant initialization
This commit is contained in:
parent
8e1fb126d7
commit
c110ffcdaa
17 changed files with 25 additions and 25 deletions
|
@ -118,8 +118,8 @@ static const char* regnames[32] = {"r0", "sp", "rtoc", "r3", "r4", "r5", "r
|
|||
// Initialize static class variables.
|
||||
u32* GekkoDisassembler::m_instr = nullptr;
|
||||
u32* GekkoDisassembler::m_iaddr = nullptr;
|
||||
std::string GekkoDisassembler::m_opcode = "";
|
||||
std::string GekkoDisassembler::m_operands = "";
|
||||
std::string GekkoDisassembler::m_opcode;
|
||||
std::string GekkoDisassembler::m_operands;
|
||||
unsigned char GekkoDisassembler::m_type = 0;
|
||||
unsigned char GekkoDisassembler::m_flags = PPCF_ILLEGAL;
|
||||
unsigned short GekkoDisassembler::m_sreg = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue