Missed this in r281096 as well.
Renumber EXC_DEBUG to be above EXC_LAST, so as not to conflict with AIM trap vectors.
This commit is contained in:
parent
91b9f63738
commit
6d53f4a6ae
@ -85,7 +85,7 @@
|
||||
#define EXC_DTMISS 0x1100 /* Data TLB Miss */
|
||||
#define EXC_ITMISS 0x1200 /* Instruction TLB Miss */
|
||||
#define EXC_APU 0x1300 /* Auxiliary Processing Unit */
|
||||
#define EXC_DEBUG 0x2000 /* Debug trap */
|
||||
#define EXC_DEBUG 0x2f10 /* Debug trap */
|
||||
|
||||
#define EXC_LAST 0x2f00 /* Last possible exception vector */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user