Don't #error if we are lint.

This commit is contained in:
phk 2002-10-01 13:15:11 +00:00
parent a7fdee892c
commit 5354d80714

View File

@ -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