Changeset 2283


Ignore:
Timestamp:
Aug 20, 2005, 11:30:51 PM (20 years ago)
Author:
bird
Message:

fixed parameter loading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/str/386/_memcpy_amd.s

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2282 r2283  
    6969        pushl   %ebx
    7070
    71         movl    8(%esp), %edi                           // destination
    72         movl    12(%esp), %esi                          // source
    73         movl    16(%esp), %ecx                          // number of bytes to copy
     71        movl    (4+12)(%esp), %edi                              // destination
     72        movl    (8+12)(%esp), %esi                              // source
     73        movl    (12+12)(%esp), %ecx                             // number of bytes to copy
    7474        movl    %ecx, %ebx                                      // keep a copy of count
    7575
Note: See TracChangeset for help on using the changeset viewer.