summaryrefslogtreecommitdiff
path: root/src/arch/amd64/cpu/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/arch/amd64/cpu/debugger.h (renamed from src/arch/amd64/debugger.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/amd64/debugger.h b/src/arch/amd64/cpu/debugger.h
index e679c07..14f73bf 100644
--- a/src/arch/amd64/debugger.h
+++ b/src/arch/amd64/cpu/debugger.h
@@ -3,7 +3,7 @@
#include "idt.h"
#define DEBUG_INT3 0x00
-#define DEBUG_DBG 0x01
+#define DEBUG_DBG 0x01
#define DEBUG_FAULT 0x02
void debugger(struct isr_regs *state, int cause);