From: ceriel Date: Tue, 26 May 1987 15:31:43 +0000 (+0000) Subject: yet another fix: conditional jumps did not work when exactly 256 bytes away X-Git-Tag: release-5-5~4097 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ac3c871ff8eabdff1330266194d73bce5eaa1635;p=ack.git yet another fix: conditional jumps did not work when exactly 256 bytes away --- diff --git a/mach/pdp/as/mach5.c b/mach/pdp/as/mach5.c index 605b39fd5..7c00d3494 100644 --- a/mach/pdp/as/mach5.c +++ b/mach/pdp/as/mach5.c @@ -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