VirtualBox

Changeset 15332 in vbox


Ignore:
Timestamp:
Dec 11, 2008 6:40:59 PM (16 years ago)
Author:
vboxsync
Message:

Messed up return code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm

    r15331 r15332  
    308308.vmstart64_end:
    309309    ; Signal that we're going back to 32 bits mode!
    310     mov      eax, VMX_VMCS_CTRL_EXIT_CONTROLS
    311     vmread   rdx, rax
     310    mov      ebx, VMX_VMCS_CTRL_EXIT_CONTROLS
     311    vmread   rdx, rbx
    312312    and      rdx, ~VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
    313     vmwrite  rax, rdx
     313    vmwrite  rbx, rdx
    314314
    315315    ; Write back the data and disable the VMCS
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