No T_SYSCALL
This commit is contained in:
parent
a7ca32e3a3
commit
0f90388c89
3
traps.h
3
traps.h
|
@ -22,9 +22,6 @@
|
|||
#define T_MCHK 18 // machine check
|
||||
#define T_SIMDERR 19 // SIMD floating point error
|
||||
|
||||
// These are arbitrarily chosen, but with care not to overlap
|
||||
// processor defined exceptions or interrupt vectors.
|
||||
#define T_SYSCALL 64 // system call
|
||||
#define T_DEFAULT 500 // catchall
|
||||
|
||||
#define T_IRQ0 32 // IRQ 0 corresponds to int T_IRQ
|
||||
|
|
Loading…
Reference in a new issue