Move sethaltnot and cleardebint.
[riscv-isa-sim.git] / riscv / decode.h
index 4480312bab8d37a6cd30046a1d389c6a1cb8d425..b607bf38a02daccce1b90daafa71b89eb38a8c4c 100644 (file)
@@ -234,8 +234,8 @@ private:
 #define DEBUG_RAM_SIZE          64
 #define DEBUG_RAM_END           (DEBUG_RAM_START + DEBUG_RAM_SIZE)
 #define DEBUG_END               0xfff
-#define DEBUG_CLEARDEBINT       0x104
-#define DEBUG_SETHALTNOT        0x100
+#define DEBUG_CLEARDEBINT       0x100
+#define DEBUG_SETHALTNOT        0x10c
 #define DEBUG_SIZE              (DEBUG_END - DEBUG_START + 1)
 
 #endif