diff options
Diffstat (limited to 'traps.h')
-rw-r--r-- | traps.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #define T_OFLOW 4 // overflow #define T_BOUND 5 // bounds check #define T_ILLOP 6 // illegal opcode -#define T_DEVICE 7 // device not available +#define T_DEVICE 7 // device not available #define T_DBLFLT 8 // double fault /* #define T_COPROC 9 */ // reserved (not generated by recent processors) #define T_TSS 10 // invalid task switch segment |