freebsd-dev/lib/libc/sparc64/gen/assym.s
Jake Burkholder c8efb16966 Catch up to jmpbuf changes. Define offsets used from assmebly language
in another file so that it is easy to see what they are and keep them in
sync with the headers (grafted from the kernel generated assym.s).
2001-11-18 04:35:09 +00:00

17 lines
307 B
ArmAsm

/*
* Offsets into into structures used from asm. Must be kept in sync with
* appropriate headers.
*
* $FreeBSD$
*/
#define UC_SIGMASK 0x0
#define UC_MC 0x10
#define MC_G1 0x8
#define MC_O0 0x40
#define MC_O1 0x48
#define MC_O6 0x70
#define MC_O7 0x78
#define MC_TNPC 0x90
#define MC_TPC 0x88