From 14ce396d6fa9d84e5feace5c0a12b2a66502f9e3 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 1 Feb 1991 15:33:41 +0000 Subject: [PATCH] fixed CFI problem --- mach/m68k2/libem/fp68881.s | 1 + 1 file changed, 1 insertion(+) diff --git a/mach/m68k2/libem/fp68881.s b/mach/m68k2/libem/fp68881.s index dd932fb43..2855ea742 100644 --- a/mach/m68k2/libem/fp68881.s +++ b/mach/m68k2/libem/fp68881.s @@ -249,6 +249,7 @@ fmove.d 4(sp),fp0 add.l #4,sp 2: + fintrz fp0,fp0 cmp.w #2,d1 bne 1f fmove.w fp0,6(sp) -- 2.34.1