fix to fix
This commit is contained in:
parent
ac3c871ff8
commit
791ec39e57
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ ejump(opc, exp) expr_t exp; {
|
||||||
|
|
||||||
exp_1 = exp;
|
exp_1 = exp;
|
||||||
im1flag = 1;
|
im1flag = 1;
|
||||||
emit2(0100,067);
|
emit2(0100|067);
|
||||||
op1(067);
|
op1(067);
|
||||||
# ifdef THREE_PASS
|
# ifdef THREE_PASS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue