Skip to content
Snippets Groups Projects
Commit cd08e6e0 authored by rsc's avatar rsc
Browse files

typo

parent a059f025
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#define T_TSS 10 // invalid task switch segment
#define T_SEGNP 11 // segment not present
#define T_STACK 12 // stack exception
#define T_GPFLT 13 // genernal protection fault
#define T_GPFLT 13 // general protection fault
#define T_PGFLT 14 // page fault
// #define T_RES 15 // reserved
#define T_FPERR 16 // floating point error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment