yet another fix: conditional jumps did not work when exactly 256 bytes away

This commit is contained in:
ceriel 1987-05-26 15:31:43 +00:00
parent 312fe96bbd
commit ac3c871ff8

View file

@ -75,7 +75,8 @@ ejump(opc, exp) expr_t exp; {
exp_1 = exp; exp_1 = exp;
im1flag = 1; im1flag = 1;
jump(0100,067); emit2(0100,067);
op1(067);
# ifdef THREE_PASS # ifdef THREE_PASS
} }
# endif # endif