From a4178ca8439c3cce66cb6fe102c33d46f65a022d Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 17 Feb 1989 09:58:06 +0000 Subject: [PATCH] do not catch floating point exceptions anymore --- mach/vax4/libbsd4_1a/head_em.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/vax4/libbsd4_1a/head_em.s b/mach/vax4/libbsd4_1a/head_em.s index 2608535e4..a71233844 100644 --- a/mach/vax4/libbsd4_1a/head_em.s +++ b/mach/vax4/libbsd4_1a/head_em.s @@ -25,8 +25,8 @@ a2: pushl r0 pushl r2 pushl r1 - movl $m1,ap - chmk (ap)+ # catch floating point exception +# movl $m1,ap +# chmk (ap)+ # catch floating point exception calls $3,_m_a_i_n movl $m2,ap movl r0,6(ap) -- 2.34.1