diff --git a/cpu.cpp b/cpu.cpp index 3a024b6..a77d173 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -715,7 +715,7 @@ bool cpu::double_operand_instructions(const uint16_t instr) setPSW_z(result == 0); } - putGAM(g_dst, result); + (void)putGAM(g_dst, result); return true; }