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.12 by cebix, 2002-01-15T14:58:34Z

# Line 1 | Line 1
1   *
2   * asm_support.asm - AmigaOS utility functions in assembly language
3   *
4 < * Basilisk II (C) 1997-2001 Christian Bauer
4 > * Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   * This program is free software; you can redistribute it and/or modify
7   * it under the terms of the GNU General Public License as published by
# 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