Changeset 2802 for trunk/src/kernel32/exceptutil.asm
- Timestamp:
- Feb 16, 2000, 3:25:43 PM (26 years ago)
- 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:38sandervl Exp $1 ; $Id: exceptutil.asm,v 1.5 2000-02-16 14:25:40 sandervl Exp $ 2 2 3 3 ;/* … … 133 133 _SetExceptionChain endp 134 134 135 PUBLIC DisableFPUExceptions136 DisableFPUExceptions proc near137 push eax138 push 67Fh139 fldcw word ptr [esp]140 pop eax141 pop eax142 ret143 DisableFPUExceptions endp144 145 PUBLIC GetDllEntryPoint146 147 GetDllEntryPoint proc near148 mov eax, [ebp + 4] ; return address in win32 dll149 ret150 GetDllEntryPoint endp151 152 135 PUBLIC getEAX 153 136 PUBLIC getEBX
Note:
See TracChangeset
for help on using the changeset viewer.