Skip to content

Commit

Permalink
Merge pull request #39 from fritzalder/irq_stub_fix
Browse files Browse the repository at this point in the history
Remove sm_sp from isr stub
  • Loading branch information
jovanbulck authored Oct 19, 2021
2 parents d147366 + 67c8e46 commit 3b8faaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stubs/sm_isr.s
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ __sm_isr:
pop r15

; Switch the stack.
mov r1, &__sm_sp
mov &__sm_irq_sp, r1
reti
; ========================= Aion CLIX length ENDS here =========================

0 comments on commit 3b8faaf

Please sign in to comment.