yet another fix: conditional jumps did not work when exactly 256 bytes away
This commit is contained in:
parent
312fe96bbd
commit
ac3c871ff8
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ ejump(opc, exp) expr_t exp; {
|
|||
|
||||
exp_1 = exp;
|
||||
im1flag = 1;
|
||||
jump(0100,067);
|
||||
emit2(0100,067);
|
||||
op1(067);
|
||||
# ifdef THREE_PASS
|
||||
}
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue