Changeset 21755 for branches/gcc-kmk/src/kernel32/exceptutil.asm
- Timestamp:
- Oct 28, 2011, 2:04:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/exceptutil.asm
r10409 r21755 71 71 72 72 public _RtlUnwind@16 73 extrn OS2R TLUNWIND: near73 extrn OS2RtlUnwind : near 74 74 75 75 _RtlUnwind@16 proc near … … 102 102 mov eax, ss 103 103 push eax 104 call OS2R TLUNWIND104 call OS2RtlUnwind 105 105 106 106 ret 16 ;__stdcall
Note:
See TracChangeset
for help on using the changeset viewer.