Changeset 7208 in vbox for trunk/src/VBox
- Timestamp:
- Feb 29, 2008 1:25:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/memcmp.asm
r5999 r7208 38 38 ; Do the bulk of the work. 39 39 %ifdef RT_ARCH_AMD64 40 xor eax, eax 40 41 %ifdef ASM_CALL64_MSC 41 42 mov r10, rdi ; save … … 48 49 mov rcx, rdx 49 50 %endif 50 mov rax, rdi ; save the return value51 51 shr rcx, 3 52 52 repe cmpsq … … 60 60 mov esi, [esp + 08h + 8] 61 61 mov edx, ecx 62 xor eax, eax63 62 jecxz .done 64 63 shr ecx, 2
Note:
See TracChangeset
for help on using the changeset viewer.