segfault in MTPS

This commit is contained in:
folkert van heusden 2022-03-13 14:24:57 +01:00
parent e207093572
commit c8364052e0

View file

@ -627,6 +627,8 @@ bool cpu::single_operand_instructions(const uint16_t instr)
#ifndef NDEBUG #ifndef NDEBUG
std::string debug_b; std::string debug_b;
std::string *dst_gam_text = &debug_b; std::string *dst_gam_text = &debug_b;
std::string debug_b2;
std::string *src_gam_text = &debug_b2;
#endif #endif
switch(opcode) { switch(opcode) {