Add splx_end label to splx(), for stack traceback code.
This commit is contained in:
parent
008816ea4f
commit
a4f0d3aef0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore_machdep.S,v 1.3 1998/08/26 12:07:21 tsubai Exp $ */
|
||||
/* $NetBSD: locore_machdep.S,v 1.4 1998/09/11 17:37:46 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -333,6 +333,8 @@ LEAF(splx)
|
|||
nop # 3 ins to disable
|
||||
j ra
|
||||
nop
|
||||
.globl _C_LABEL(splx_end)
|
||||
_C_LABEL(splx_end):
|
||||
END(splx)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue