Changeset da349da0 in mainline for kernel/arch/ia32xen/src/asm.S
- 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/ia32xen/src/asm.S
rd2e9c47 rda349da0 68 68 * @param MEMCPY_SIZE(%esp) Size. 69 69 * 70 * @return MEMCPY_ SRC(%esp) on success and 0 on failure.70 * @return MEMCPY_DST(%esp) on success and 0 on failure. 71 71 */ 72 72 memcpy: … … 93 93 movl %edx, %edi 94 94 movl %eax, %esi 95 movl MEMCPY_ SRC(%esp), %eax /* MEMCPY_SRC(%esp), success */95 movl MEMCPY_DST(%esp), %eax /* MEMCPY_DST(%esp), success */ 96 96 ret 97 97
Note:
See TracChangeset
for help on using the changeset viewer.