Change mips assembly code for {,_,sig}setjmp.S to get register names
from <machine/regnum.h>, not <machine/reg.h> (which also defines structs.)
This commit is contained in:
parent
339aa91097
commit
3fa4ff4647
|
@ -34,12 +34,12 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <machine/reg.h>
|
||||
#include <machine/regnum.h>
|
||||
#include <machine/machAsmDefs.h>
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)_setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$Id: _setjmp.S,v 1.3 1994/12/15 17:24:46 mycroft Exp $")
|
||||
ASMSTR("$Id: _setjmp.S,v 1.4 1995/12/22 10:20:51 jonathan Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/*
|
||||
|
|
|
@ -35,12 +35,12 @@
|
|||
*/
|
||||
|
||||
#include <sys/syscall.h>
|
||||
#include <machine/reg.h>
|
||||
#include <machine/regnum.h>
|
||||
#include <machine/machAsmDefs.h>
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$Id: setjmp.S,v 1.3 1994/12/15 17:24:51 mycroft Exp $")
|
||||
ASMSTR("$Id: setjmp.S,v 1.4 1995/12/22 10:20:59 jonathan Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/*
|
||||
|
|
|
@ -35,13 +35,13 @@
|
|||
*/
|
||||
|
||||
#include <sys/syscall.h>
|
||||
#include <machine/reg.h>
|
||||
#include <machine/regnum.h>
|
||||
#include <machine/machAsmDefs.h>
|
||||
#include <machine/setjmp.h>
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$Id: sigsetjmp.S,v 1.1 1995/12/15 01:12:38 jonathan Exp $")
|
||||
ASMSTR("$Id: sigsetjmp.S,v 1.2 1995/12/22 10:21:01 jonathan Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue