From 0004fd81eda387fa59e3b9e711b8d8e74fdd80d0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 12 Jan 1990 15:41:59 +0000 Subject: [PATCH] fixed again --- mach/vax4/libem/fef.s | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mach/vax4/libem/fef.s b/mach/vax4/libem/fef.s index 138e0ae33..0329d9059 100644 --- a/mach/vax4/libem/fef.s +++ b/mach/vax4/libem/fef.s @@ -24,12 +24,13 @@ I2: pushl $EILLINS jmp .fat Ihulp: + movl (sp)+,r2 tstd r0 bneq 1f clrl -(sp) - rsb + jmp (r2) 1: - extzv $7,$8,r0,r2 - subl3 $128,r2,-(sp) + extzv $7,$8,r0,-(sp) + subl2 $128,(sp) insv $128,$7,$8,r0 - rsb + jmp (r2) -- 2.34.1