Changeset da349da0 in mainline for kernel/arch/ia32/src
- Timestamp:
- 2008-08-10T15:28:42Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9d4d2c
- Parents:
- d2e9c47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/asm.S
rd2e9c47 rda349da0 72 72 * @param MEMCPY_SIZE(%esp) Size. 73 73 * 74 * @return MEMCPY_ SRC(%esp) on success and 0 on failure.74 * @return MEMCPY_DST(%esp) on success and 0 on failure. 75 75 */ 76 76 memcpy: … … 97 97 movl %edx, %edi 98 98 movl %eax, %esi 99 movl MEMCPY_ SRC(%esp), %eax /* MEMCPY_SRC(%esp), success */99 movl MEMCPY_DST(%esp), %eax /* MEMCPY_DST(%esp), success */ 100 100 ret 101 101
Note:
See TracChangeset
for help on using the changeset viewer.