|
@@ -27,7 +27,7 @@
|
|
#define BRK_STACKOVERFLOW 9 /* For Ada stackchecking */
|
|
#define BRK_STACKOVERFLOW 9 /* For Ada stackchecking */
|
|
#define BRK_NORLD 10 /* No rld found - not used by Linux/MIPS */
|
|
#define BRK_NORLD 10 /* No rld found - not used by Linux/MIPS */
|
|
#define _BRK_THREADBP 11 /* For threads, user bp (used by debuggers) */
|
|
#define _BRK_THREADBP 11 /* For threads, user bp (used by debuggers) */
|
|
-#define BRK_BUG 512 /* Used by BUG() */
|
|
|
|
|
|
+#define BRK_BUG 12 /* Used by BUG() */
|
|
#define BRK_KDB 513 /* Used in KDB_ENTER() */
|
|
#define BRK_KDB 513 /* Used in KDB_ENTER() */
|
|
#define BRK_MEMU 514 /* Used by FPU emulator */
|
|
#define BRK_MEMU 514 /* Used by FPU emulator */
|
|
#define BRK_KPROBE_BP 515 /* Kprobe break */
|
|
#define BRK_KPROBE_BP 515 /* Kprobe break */
|