aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-01 13:15:11 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-01 13:15:11 +0000
commitfa15abd8a6710a4c8f0cd12eb592be09d5a20559 (patch)
tree16b6223ca627ef17fde2f080dcbfb46a4f1a5509 /sys
parentca5434bae6dce66e598f9ce6e74eed651acd82eb (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_prof.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 725a44c83155..479d95339d02 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -228,6 +228,7 @@ kmstartup(dummy)
:
: "i" (profil)
: "ax", "bx", "cx", "dx", "memory");
+#elif defined(lint)
#else
#error
#endif
@@ -239,6 +240,7 @@ kmstartup(dummy)
__asm("call " __XSTRING(HIDENAME(mexitcount)) "; 1:"
: : : "ax", "bx", "cx", "dx", "memory");
__asm("movl $1b,%0" : "=rm" (tmp_addr));
+#elif defined(lint)
#else
#error
#endif