Changeset 5247 for trunk/src/win32k/ldr/myldrOpenPatha.asm
- Timestamp:
- Feb 23, 2001, 3:57:55 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/myldrOpenPatha.asm
r4347 r5247 1 ; $Id: myldrOpenPatha.asm,v 1. 4 2000-10-01 02:58:19bird Exp $1 ; $Id: myldrOpenPatha.asm,v 1.5 2001-02-23 02:57:54 bird Exp $ 2 2 ; 3 3 ; myldrOpenPatha - assembly helpers for myldrOpenPath. … … 63 63 push dword ptr [esp + 10h] 64 64 push dword ptr [esp + 10h] 65 call near ptr FLAT:CALLTAB:_ldrOpenPath_wrapped65 call _ldrOpenPath_wrapped 66 66 ret 14h 67 67 endif … … 95 95 96 96 new: 97 jmp near ptr FLAT:CALLTAB:_ldrOpenPath_wrapped97 jmp _ldrOpenPath_wrapped 98 98 _ldrOpenPath@20 ENDP 99 99
Note:
See TracChangeset
for help on using the changeset viewer.