From 515c5c03303586f058a3dac2c71e990872222df2 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 1 Feb 1994 19:30:20 +0000 Subject: [PATCH] Trivial changes to match magnum code. --- sys/arch/i386/i386/locore.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index 7857bcfc84ba..e302877f37b4 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1667,7 +1667,7 @@ L1: proffault: /* if we get a fault, then kill profiling all together */ movl $0,PCB_ONFAULT(%edx) /* squish the fault handler */ - movl 12(%ebp),%ecx + movl 12(%ebp),%ecx movl $0,PR_SCALE(%ecx) /* up->pr_scale = 0 */ leave ret