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.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.2 by cebix, 1999-10-19T19:28:13Z

# Line 47 | Line 47
47                  XREF    _InterruptFlags
48                  XREF    _MainTask
49                  XREF    _SysBase
50 <                XREF    @QuitEmulator__Fv
50 >                XREF    _quit_emulator
51  
52                  SECTION text,CODE
53  
# Line 261 | Line 261 | _ExceptionHandlerAsm
261                  moveq   #0,d0                   ;Disable all exception signals
262                  moveq   #-1,d1
263                  JSRLIB  SetExcept
264 <                jsr     @QuitEmulator__Fv       ;CTRL-C, quit emulator
264 >                jsr     _quit_emulator          ;CTRL-C, quit emulator
265   4$              move.l  (sp)+,d0
266                  rts
267  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines