From 791ec39e57e7971a340346f06f6ba20bd4587f08 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 26 May 1987 15:35:17 +0000 Subject: [PATCH] fix to fix --- mach/pdp/as/mach5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/as/mach5.c b/mach/pdp/as/mach5.c index 7c00d3494..7a4c16faa 100644 --- a/mach/pdp/as/mach5.c +++ b/mach/pdp/as/mach5.c @@ -75,7 +75,7 @@ ejump(opc, exp) expr_t exp; { exp_1 = exp; im1flag = 1; - emit2(0100,067); + emit2(0100|067); op1(067); # ifdef THREE_PASS } -- 2.34.1