mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
SWTP: Fix Coverity found missing argument in M6800
This commit is contained in:
parent
b779bfc1cd
commit
af6665be05
@ -1464,6 +1464,7 @@ t_stat sim_instr (void)
|
||||
break;
|
||||
case 0xD2: /* SBC B dir */
|
||||
lo = get_dir_val() + get_flag(CF);
|
||||
op1 = B;
|
||||
B = B - lo;
|
||||
COND_SET_FLAG_C(B);
|
||||
B &= 0xFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user