VirtualBox

Changeset 12062 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 3, 2008 3:38:28 PM (16 years ago)
Author:
vboxsync
Message:

Harmless update (unused code).

File:
1 edited

Legend:

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

    r11516 r12062  
    749749ENDPROC VMXEnable
    750750
    751 
    752751;/**
    753752; * Executes VMXOFF
     
    820819
    821820%endif ; RT_ARCH_AMD64
     821
     822;/**
     823; * Executes VMPTRST
     824; *
     825; * @returns VBox status code
     826; * @param    [esp + 04h]  gcc:rdi  msc:rcx   Param 1 - First parameter - Address that will receive the current pointer
     827; */
     828;DECLASM(int) VMXGetActivateVMCS(RTHCPHYS *pVMCS);
     829BEGINPROC VMXGetActivateVMCS
     830%ifdef RT_ARCH_AMD64
     831 %ifdef ASM_CALL64_GCC
     832    vmptrst rdi
     833 %else
     834    vmptrst rcx
     835 %endif
     836%else
     837    vmptrst [esp+04h]
     838%endif
     839    xor     rAX, rAX
     840    ret
     841ENDPROC
    822842
    823843
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