Don't #error if we are lint.

This commit is contained in:
Poul-Henning Kamp 2002-10-01 13:15:11 +00:00
parent ca5434bae6
commit fa15abd8a6

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