Fix the index for FAULTBUF_R13, missed during merge/cleanup.
This commit is contained in:
parent
46f52b028f
commit
7a9d50b370
@ -78,7 +78,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define FAULTBUF_R1 1
|
||||
#define FAULTBUF_R2 2
|
||||
#define FAULTBUF_CR 3
|
||||
#define FAULTBUF_R13 6
|
||||
#define FAULTBUF_R13 4
|
||||
|
||||
static void trap_fatal(struct trapframe *frame);
|
||||
static void printtrap(u_int vector, struct trapframe *frame, int isfatal,
|
||||
|
Loading…
x
Reference in New Issue
Block a user