segfault in MTPS
This commit is contained in:
parent
e207093572
commit
c8364052e0
1 changed files with 2 additions and 0 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -627,6 +627,8 @@ bool cpu::single_operand_instructions(const uint16_t instr)
|
|||
#ifndef NDEBUG
|
||||
std::string debug_b;
|
||||
std::string *dst_gam_text = &debug_b;
|
||||
std::string debug_b2;
|
||||
std::string *src_gam_text = &debug_b2;
|
||||
#endif
|
||||
|
||||
switch(opcode) {
|
||||
|
|
Loading…
Add table
Reference in a new issue