coverity: ignoring the rc of putGAM is intentionally here
This commit is contained in:
parent
09f3117fd1
commit
0fa8453b8e
1 changed files with 1 additions and 1 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue