Changeset 4339 for trunk/src/win32k/ldr/myldrOpenPatha.asm
- Timestamp:
- Sep 29, 2000, 3:21:11 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/myldrOpenPatha.asm
r4338 r4339 1 ; $Id: myldrOpenPatha.asm,v 1. 2 2000-09-28 03:32:39bird Exp $1 ; $Id: myldrOpenPatha.asm,v 1.3 2000-09-29 01:21:11 bird Exp $ 2 2 ; 3 3 ; myldrOpenPatha - assembly helpers for myldrOpenPath. … … 40 40 jge new 41 41 42 if 0 42 43 ; 43 44 ; We does now have one parameter more than necessary on the stack. … … 54 55 mov eax, [esp - 04h] 55 56 mov [esp + 00h], eax 57 else 58 ; 59 ; Call without the last parameter 60 ; 61 push dword ptr [esp + 10h] 62 push dword ptr [esp + 10h] 63 push dword ptr [esp + 10h] 64 push dword ptr [esp + 10h] 65 call near ptr FLAT:CALLTAB:__ldrOpenPath 66 ret 14h 67 endif 68 56 69 57 70 ;
Note:
See TracChangeset
for help on using the changeset viewer.