aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/support.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/i386/support.s')
-rw-r--r--sys/i386/i386/support.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s
index 9ae1a5caa5e5..b29354c47455 100644
--- a/sys/i386/i386/support.s
+++ b/sys/i386/i386/support.s
@@ -155,7 +155,6 @@ ENTRY(bcopy)
movl 8(%esp),%edx
movl %eax,8(%esp)
movl %edx,4(%esp)
- MEXITCOUNT
jmp memmove
END(bcopy)
@@ -284,7 +283,6 @@ ENTRY(lgdt)
movl (%esp),%eax
pushl %eax
movl $KCSEL,4(%esp)
- MEXITCOUNT
lret
END(lgdt)