summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 725a44c..479d953 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
OpenPOWER on IntegriCloud