]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/traps.c
Avoid suffering from wrong CS_SEGSEL syndrome.
[netwatch.git] / netwatch / traps.c
index 1fc0977bde26cfdb18992485107a190a52b294a2..bbf332797622c87010315467c6558dd1b5158656 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "traps.h"
 
-#define CS_SEGSEL      0x10
+#define CS_SEGSEL      0x8
 
 #define FAULT_WRAPPER(func_name)        asm (           \
         ".global " #func_name "_wrapper\n"              \
This page took 0.023901 seconds and 4 git commands to generate.