fix ST RAM values for initial SP & PC to allow FreeMint reboots on CTRL-ALT-DELETE

This commit is contained in:
Markus Fröschle
2016-04-02 10:39:26 +00:00
parent 11628b7167
commit 181a83db5a
2 changed files with 11 additions and 1 deletions

View File

@@ -581,7 +581,7 @@ _lowlevel_isr_handler:
jsr _isr_execute_handler // call the C handler
addq.l #4,sp // adjust stack
tst.b d0 // handled?
beq lowlevel_forward // no, forward it to TOS
beq lowlevel_forward // no, forward it to TOS
movem.l (sp),d0-d1/a0-a1 // restore registers
unlk a6