From a07a4810447a56b08d240292ffe050e006a4243e Mon Sep 17 00:00:00 2001 From: tholo Date: Wed, 5 Feb 1997 04:12:44 +0000 Subject: [PATCH] Don't push _cpl before calling _npxintr, it is never used (or popped off the stack!) --- sys/arch/i386/i386/locore.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index ef1675332b7..74f8738eee1 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -2036,7 +2036,9 @@ IDTVEC(fpu) pushl $0 # dummy error code pushl $T_ASTFLT INTRENTRY - pushl _cpl +#if 0 + pushl _cpl # this is apparently not used for anything +#endif pushl %esp incl _cnt+V_TRAP call _npxintr -- 2.20.1