ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/asm_support.asm
(Generate patch)

Comparing BasiliskII/src/AmigaOS/asm_support.asm (file contents):
Revision 1.10 by cebix, 2001-06-30T12:58:07Z vs.
Revision 1.11 by jlachmann, 2001-10-14T18:00:44Z

# Line 316 | Line 316 | doaline                move.l  a0,(sp)                 ;Save a0
316                  addq.l  #8,sp                   ;Remove exception frame from supervisor stack
317                  andi    #$d8ff,sr               ;Switch to user mode, enable interrupts
318  
319 +                and.w   #$d8ff,_EmulatedSR      ;enable interrupts in EmulatedSR
320 +
321                  move.l  $28.w,-(sp)             ;Jump to MacOS exception handler
322                  rts
323  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines