coverity: ignoring the rc of putGAM is intentionally here

This commit is contained in:
folkert van heusden 2024-04-28 01:29:32 +02:00
parent 09f3117fd1
commit 0fa8453b8e
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -715,7 +715,7 @@ bool cpu::double_operand_instructions(const uint16_t instr)
setPSW_z(result == 0); setPSW_z(result == 0);
} }
putGAM(g_dst, result); (void)putGAM(g_dst, result);
return true; return true;
} }