Fixed check in COM
This commit is contained in:
parent
c4c1e6191b
commit
4de10af212
|
@ -1,3 +1,6 @@
|
||||||
|
26-Jan-90 Ceriel Jacobs (ceriel) at ceriel
|
||||||
|
Fixed check in COM instruction.
|
||||||
|
|
||||||
26-Jan-90 Ceriel Jacobs (ceriel) at ceriel
|
26-Jan-90 Ceriel Jacobs (ceriel) at ceriel
|
||||||
Fixed so that two consecutive SIG's have no effect.
|
Fixed so that two consecutive SIG's have no effect.
|
||||||
|
|
||||||
|
|
|
@ -201,7 +201,7 @@ DoCOMz()
|
||||||
spoilFRA();
|
spoilFRA();
|
||||||
l = arg_w(l);
|
l = arg_w(l);
|
||||||
for (p = SP; p < (SP + l); p++) {
|
for (p = SP; p < (SP + l); p++) {
|
||||||
check_def(p, l);
|
check_def(p, 0);
|
||||||
stack_loc(p) = ~stack_loc(p);
|
stack_loc(p) = ~stack_loc(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue