From: tholo Date: Wed, 5 Feb 1997 04:12:44 +0000 (+0000) Subject: Don't push _cpl before calling _npxintr, it is never used (or popped off X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a07a4810447a56b08d240292ffe050e006a4243e;p=openbsd Don't push _cpl before calling _npxintr, it is never used (or popped off the stack!) --- 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