aboutsummaryrefslogtreecommitdiff
path: root/riscv/debug_rom_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/debug_rom_defines.h')
-rw-r--r--riscv/debug_rom_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/debug_rom_defines.h b/riscv/debug_rom_defines.h
index 616cf59..11e087a 100644
--- a/riscv/debug_rom_defines.h
+++ b/riscv/debug_rom_defines.h
@@ -18,6 +18,6 @@
// These needs to match the link.ld
#define DEBUG_ROM_WHERETO 0x300
#define DEBUG_ROM_ENTRY 0x800
-#define DEBUG_ROM_TVEC 0x808
+#define DEBUG_ROM_TVEC 0x804
#endif