mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
SWTP6800: Fix Coverity reported issue
This commit is contained in:
parent
c9c9fa641b
commit
a1a916f819
@ -1378,6 +1378,7 @@ t_stat sim_instr (void)
|
||||
break;
|
||||
case 0xC2: /* SBC B imm */
|
||||
lo = fetch_byte() & 0xFF + get_flag(CF);
|
||||
op1 = B;
|
||||
B = B - lo;
|
||||
COND_SET_FLAG_C(B);
|
||||
B &= 0xFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user