Merge pull request #218 from retrhelo/master

firmware: fix unaligned symbol problem
This commit is contained in:
KrystalDelusion 2024-03-27 05:48:58 +13:00 committed by GitHub
commit b91af1c87e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -327,9 +327,7 @@ irq_vec:
picorv32_retirq_insn() picorv32_retirq_insn()
#ifndef ENABLE_QREGS
.balign 0x200 .balign 0x200
#endif
irq_regs: irq_regs:
// registers are saved to this memory region during interrupt handling // registers are saved to this memory region during interrupt handling
// the program counter is saved as register 0 // the program counter is saved as register 0