Ignore:
Timestamp:
Feb 16, 2000, 3:25:43 PM (26 years ago)
Author:
sandervl
Message:

Added new logging feature

File:
1 edited

Legend:

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

    r2141 r2802  
    1 ; $Id: exceptutil.asm,v 1.4 1999-12-19 17:49:38 sandervl Exp $
     1; $Id: exceptutil.asm,v 1.5 2000-02-16 14:25:40 sandervl Exp $
    22
    33;/*
     
    133133_SetExceptionChain endp
    134134
    135                 PUBLIC DisableFPUExceptions
    136 DisableFPUExceptions proc near
    137         push  eax
    138         push  67Fh
    139         fldcw word ptr [esp]
    140         pop   eax
    141         pop   eax
    142         ret
    143 DisableFPUExceptions endp
    144 
    145         PUBLIC GetDllEntryPoint
    146 
    147 GetDllEntryPoint proc near
    148         mov   eax, [ebp + 4]    ; return address in win32 dll
    149         ret
    150 GetDllEntryPoint endp
    151 
    152135        PUBLIC getEAX
    153136        PUBLIC getEBX
Note: See TracChangeset for help on using the changeset viewer.