From 7de7b0c7eca27e2cdb2d56fb88d54ac0532415ed Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 27 Oct 1987 15:43:06 +0000 Subject: [PATCH] CIU should not cause conversion errors! --- mach/pdp/int/em_int.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mach/pdp/int/em_int.s b/mach/pdp/int/em_int.s index 1b193ecf9..04f12d606 100644 --- a/mach/pdp/int/em_int.s +++ b/mach/pdp/int/em_int.s @@ -1639,10 +1639,7 @@ ciu.z: mov (sp)+,r0 asr r0 bcc 2f clrb 1(sp) -2: tst (sp) -.if .test - jlt 9f -.endif +2: 6: tst r0 beq 3f blt 5f -- 2.34.1