home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
CLIPPER
/
MISC
/
EMXLIB8F.ZIP
/
EMX
/
LIB
/
SYS
/
UNWIND.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-02
|
362 b
|
15 lines
/ sys/unwind.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes */
.globl ___unwind2
/ void __unwind2 (void *xcpt_reg_ptr)
___unwind2:
movl 1*4(%esp), %eax / xcpt_reg_ptr
pushl $0
pushl $L_cont
pushl %eax
call _DosUnwindException
L_cont: addl $3*4, %esp
ret