From b371972acfda13d218cb4ab26600f05adc4061fc Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 Mar 1993 09:40:07 +0000 Subject: [PATCH] Fixed error which sometimes caused core dumps --- mach/sparc/libsys/head_em.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/sparc/libsys/head_em.s b/mach/sparc/libsys/head_em.s index aa57dd3d6..793889bbb 100644 --- a/mach/sparc/libsys/head_em.s +++ b/mach/sparc/libsys/head_em.s @@ -31,7 +31,7 @@ begtext: set -0x100000, %g4 ! should be a few M clr %l1 mov %sp, %l0 - sub %sp, %g4, %sp + add %sp, %g4, %sp dec 12, %l0 ! enable divide by 0 trap and improper ! trap -- 2.34.1