Commit aed819ee authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

LM32 breakpoint/interrupt tables must be 256 byte aligned

parent 2aca4d66
......@@ -10,6 +10,7 @@
.section .boot, "ax", @progbits
.global _debug_unit
.align 256
_debug_unit:
_reset_handler:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment