Changeset 558


Ignore:
Timestamp:
Aug 9, 2003, 5:37:33 AM (22 years ago)
Author:
bird
Message:

fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/Optlink-1-Asm.asm

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r557 r558  
    1717extrn OptSimple:near
    1818extrn OptPrintf:near
    19 extrn _sprintf:near
     19extrn _vsprintf:near
    2020
    2121
     
    3333    push    ebp
    3434    mov     ebp, esp
    35    
     35
     36    lea     ecx, [ebp+010h]             ; &...
     37    push    ecx
     38    push    edx                         ; pszFormat
    3639    push    eax                         ; pszBuffer
    37     push    edx                         ; pszFormat
    38     lea     eax, [ebp+010h]             ; &...
    39     push    eax
    40     call    _sprintf
     40    call    _vsprintf
    4141
    4242    leave
Note: See TracChangeset for help on using the changeset viewer.