--- BasiliskII/src/AmigaOS/asm_support.asm 2001/06/30 12:58:07 1.10 +++ BasiliskII/src/AmigaOS/asm_support.asm 2002/01/15 14:58:34 1.12 @@ -1,7 +1,7 @@ * * asm_support.asm - AmigaOS utility functions in assembly language * -* Basilisk II (C) 1997-2001 Christian Bauer +* Basilisk II (C) 1997-2002 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -316,6 +316,8 @@ doaline move.l a0,(sp) ;Save a0 addq.l #8,sp ;Remove exception frame from supervisor stack andi #$d8ff,sr ;Switch to user mode, enable interrupts + and.w #$d8ff,_EmulatedSR ;enable interrupts in EmulatedSR + move.l $28.w,-(sp) ;Jump to MacOS exception handler rts