Ignore:
Timestamp:
Sep 29, 2000, 3:21:11 AM (25 years ago)
Author:
bird
Message:

New attempt to fix the funny trap I keep getting on 14046A Half-strict.

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:39 bird Exp $
     1; $Id: myldrOpenPatha.asm,v 1.3 2000-09-29 01:21:11 bird Exp $
    22;
    33; myldrOpenPatha - assembly helpers for myldrOpenPath.
     
    4040    jge      new
    4141
     42if 0
    4243    ;
    4344    ; We does now have one parameter more than necessary on the stack.
     
    5455    mov     eax, [esp - 04h]
    5556    mov     [esp +  00h], eax
     57else
     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
     67endif
     68
    5669
    5770    ;
Note: See TracChangeset for help on using the changeset viewer.