Skip to content

Commit

Permalink
Merge pull request #218 from retrhelo/master
Browse files Browse the repository at this point in the history
firmware: fix unaligned symbol problem
  • Loading branch information
KrystalDelusion authored Mar 26, 2024
2 parents 36b16f7 + 6399aea commit b91af1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firmware/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,7 @@ irq_vec:

picorv32_retirq_insn()

#ifndef ENABLE_QREGS
.balign 0x200
#endif
irq_regs:
// registers are saved to this memory region during interrupt handling
// the program counter is saved as register 0
Expand Down

0 comments on commit b91af1c

Please sign in to comment.