VirtualBox

Changeset 82859 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 26, 2020 2:13:38 PM (5 years ago)
Author:
vboxsync
Message:

IPRT/memcpy.asm: Set up rbp-frame for amd64 in debug builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/memcpy.asm

    r81282 r82859  
    4343        ; Do the bulk of the work.
    4444%ifdef RT_ARCH_AMD64
     45 %ifdef DEBUG
     46        push    rbp
     47        mov     rbp, rsp
     48 %endif
    4549 %ifdef ASM_CALL64_MSC
    4650        mov     r10, rdi                ; save
     
    97101        mov     rsi, r11
    98102 %endif
     103 %ifdef DEBUG
     104        leave
     105 %endif
    99106%else
    100107        pop     esi
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette