From c94dd84382c404921b50d6235c0f7758991c5cad Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 23 May 2004 15:37:21 +0000 Subject: [PATCH] MFamd64 (1.111: fixed missing call to .mexitcount in lgdt()). --- sys/i386/i386/support.s | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index 2ee6ef5df77..0af77e05c12 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/support.s @@ -1584,6 +1584,7 @@ ENTRY(lgdt) movl (%esp),%eax pushl %eax movl $KCSEL,4(%esp) + MEXITCOUNT lret /* ssdtosd(*ssdp,*sdp) */ -- 2.45.0