Add a missing _C_LABEL(). Now an ELF kernel builds (if one removes the

-z flag from the ld line, in the Makefile)
This commit is contained in:
christos 1999-01-26 14:28:05 +00:00
parent 12bbb63ed7
commit d102972c3a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: icu.s,v 1.58 1998/12/01 04:31:01 thorpej Exp $ */ /* $NetBSD: icu.s,v 1.59 1999/01/26 14:28:05 christos Exp $ */
/*- /*-
* Copyright (c) 1998 The NetBSD Foundation, Inc. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -108,7 +108,7 @@ IDTVEC(spllower)
*/ */
IDTVEC(doreti) IDTVEC(doreti)
popl %ebx # get previous priority popl %ebx # get previous priority
movl %ebx,_cpl movl %ebx,_C_LABEL(cpl)
movl $1f,%esi # address to resume loop at movl $1f,%esi # address to resume loop at
1: movl %ebx,%eax 1: movl %ebx,%eax
notl %eax notl %eax