Changeset 82859 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 26, 2020 2:13:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/memcpy.asm
r81282 r82859 43 43 ; Do the bulk of the work. 44 44 %ifdef RT_ARCH_AMD64 45 %ifdef DEBUG 46 push rbp 47 mov rbp, rsp 48 %endif 45 49 %ifdef ASM_CALL64_MSC 46 50 mov r10, rdi ; save … … 97 101 mov rsi, r11 98 102 %endif 103 %ifdef DEBUG 104 leave 105 %endif 99 106 %else 100 107 pop esi
Note:
See TracChangeset
for help on using the changeset viewer.