VirtualBox

Changeset 337 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jan 25, 2007 11:19:32 PM (18 years ago)
Author:
vboxsync
Message:

Can't push 64-bit labels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r75 r337  
    147147
    148148    ;/* First we have to save some final CPU context registers. */
     149%ifdef __AMD64__
     150    mov     rax, qword .vmlaunch_done
     151    push    rax
     152%else
    149153    push    .vmlaunch_done
     154%endif
    150155    mov     eax, VMX_VMCS_HOST_RIP  ;/* return address (too difficult to continue after VMLAUNCH?) */
    151156    vmwrite xAX, [xSP]
     
    291296
    292297    ;/* First we have to save some final CPU context registers. */
     298%ifdef __AMD64__
     299    mov     rax, qword vmresume_done
     300    push    rax
     301%else
    293302    push    vmresume_done
     303%endif
    294304    mov     eax, VMX_VMCS_HOST_RIP  ;/* return address (too difficult to continue after VMLAUNCH?) */
    295305    vmwrite xAX, [xSP]
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