Ignore:
Timestamp:
May 2, 2000, 10:53:15 PM (25 years ago)
Author:
sandervl
Message:

added exception stack dump code; GetLocaleInfoA fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptutil.asm

    r3275 r3483  
    1 ; $Id: exceptutil.asm,v 1.6 2000-03-29 17:17:18 sandervl Exp $
     1; $Id: exceptutil.asm,v 1.7 2000-05-02 20:53:12 sandervl Exp $
    22
    33;/*
     
    196196getGS   endp
    197197
     198        PUBLIC getESP
     199getESP  proc near
     200        mov     eax, esp
     201        ret
     202getESP  endp
     203
    198204        PUBLIC RestoreOS2FS
    199205RestoreOS2FS proc near
Note: See TracChangeset for help on using the changeset viewer.