From 98e6c244dafb248fd4b80c56f9ee6ff363c41b67 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 27 Oct 1987 15:54:14 +0000 Subject: [PATCH] CIU should not cause conversion errors! --- mach/mantra/int/mloop5 | 5 ----- mach/pdp/int/em_int.s | 3 --- 2 files changed, 8 deletions(-) diff --git a/mach/mantra/int/mloop5 b/mach/mantra/int/mloop5 index c89511b97..570ae1f20 100644 --- a/mach/mantra/int/mloop5 +++ b/mach/mantra/int/mloop5 @@ -133,11 +133,6 @@ ciu_z: mov (sp)+,d0 ; mov (sp)+,d1 1: bgt 4f ; cmp.w #-2,d0 beq 5f ; bsr e_conv 5: -#if test - move.w (sp),d1 ; beq 6f - not.w d1 ; beq 6f - bsr e_conv -#endif 6: add.l #2,sp ; jmp (a4) #endif 4: 1: bclr #0,d0 ; beq 2f diff --git a/mach/pdp/int/em_int.s b/mach/pdp/int/em_int.s index 04f12d606..ec07b9b2b 100644 --- a/mach/pdp/int/em_int.s +++ b/mach/pdp/int/em_int.s @@ -1649,9 +1649,6 @@ ciu.z: mov (sp)+,r0 9: jsr pc,e.conv; next 5: neg r0 4: tst (sp)+ -.if .test - jne 9b -.endif sob r0,4b next cuu.z: -- 2.34.1