VirtualBox

Ignore:
Timestamp:
Jun 30, 2023 11:53:06 PM (17 months ago)
Author:
vboxsync
Message:

VMM/VMMR0JmpA-amd64.asm: Clarified comment; use simpler instruction for getting RSP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm

    r98103 r100337  
    8989    mov     [xDX + VMMR0JMPBUF.rip], xAX
    9090 %ifdef ASM_CALL64_MSC
    91     lea     r10, [rsp + 20h]            ; must save the spill area
     91    lea     r10, [rsp + 20h]            ; Must skip the callee spill area.
    9292 %else
    93     lea     r10, [rsp]
     93    mov     r10, rsp
    9494 %endif
    9595    mov     [xDX + VMMR0JMPBUF.rsp], r10
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