diff options
| author | Jayachandran C. <jchandra@FreeBSD.org> | 2010-08-27 07:45:50 +0000 |
|---|---|---|
| committer | Jayachandran C. <jchandra@FreeBSD.org> | 2010-08-27 07:45:50 +0000 |
| commit | 37b3715cdbf54604b08979378c1e80bdccf3afac (patch) | |
| tree | f463e5f11f6ac99fef647f7075e38dd02e90951a /sys/mips/include/regnum.h | |
| parent | 50e64c14a25e35466b3e2024713dcc2dfa4c9235 (diff) | |
Notes
Diffstat (limited to 'sys/mips/include/regnum.h')
| -rw-r--r-- | sys/mips/include/regnum.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/mips/include/regnum.h b/sys/mips/include/regnum.h index 1c22bb969612..ae7cf4bc1121 100644 --- a/sys/mips/include/regnum.h +++ b/sys/mips/include/regnum.h @@ -46,20 +46,20 @@ * in pcb.h and is used by * swtch.S */ -#define PREG_S0 0 -#define PREG_S1 1 -#define PREG_S2 2 -#define PREG_S3 3 -#define PREG_S4 4 -#define PREG_S5 5 -#define PREG_S6 6 -#define PREG_S7 7 -#define PREG_SP 8 -#define PREG_S8 9 -#define PREG_RA 10 -#define PREG_SR 11 -#define PREG_GP 12 -#define PREG_PC 13 +#define PREG_S0 0 +#define PREG_S1 1 +#define PREG_S2 2 +#define PREG_S3 3 +#define PREG_S4 4 +#define PREG_S5 5 +#define PREG_S6 6 +#define PREG_S7 7 +#define PREG_SP 8 +#define PREG_S8 9 +#define PREG_RA 10 +#define PREG_SR 11 +#define PREG_GP 12 +#define PREG_PC 13 /* * Location of the saved registers relative to ZERO. |
