Changeset ba18512 in mainline for arch/ia32/src/asm.S


Ignore:
Timestamp:
2005-08-30T21:33:09Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b524f816
Parents:
fa0dfaf
Message:

Switch order of 'src' and 'dst' arguments in some left-over uses of memcopy.

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/asm.S

    rfa0dfaf rba18512  
    259259#
    260260# Copy a given number of bytes (3rd argument)
    261 # from the memory location defined by 1st argument
    262 # to the memory location defined by 2nd argument.
     261# from the memory location defined by 2nd argument
     262# to the memory location defined by 1st argument.
    263263# The memory areas cannot overlap.
    264264#
Note: See TracChangeset for help on using the changeset viewer.