modified project to support Qt Creator inferior debugging through BDM.

This commit is contained in:
Markus Fröschle
2014-05-11 06:40:48 +00:00
parent 2f311aedbf
commit fb9c4aaa1d
7 changed files with 393 additions and 381 deletions

View File

@@ -509,7 +509,7 @@ irq6: // MFP interrupt from FPGA
movem.l (sp),d0-d1/a0-a1 // restore registers saved above
lea 4 * 4(sp),sp // adjust stack
bra irq6_os // call OS handler
beq irq6_os // call OS handler
rte
irq6_os: // call native OS irq6 handler