VirtualBox

Changeset 48617 in vbox


Ignore:
Timestamp:
Sep 20, 2013 4:38:10 PM (11 years ago)
Author:
vboxsync
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac

    r48616 r48617  
    2424 ; with RT_ARCH_AMD64 once and RT_ARCH_X86 once.
    2525 %define VMX_SKIP_GDTR
    26  ; Darwin (Mavericks) uses IDTR limit to store the CPUID so we need to restore it always. See @bugref{6875}.
    27  %ifndef RT_OS_DARWIN
    28   ; Windows 8.1 RTM also seems to be using the IDTR for something. See @bugref{6956}.
    29   ;; @todo figure out what exactly it does and try and restrict it more.
    30   %ifndef RT_OS_WINDOWS
    31    %define VMX_SKIP_IDTR
    32   %endif
     26 %ifdef RT_OS_DARWIN
     27 ; Darwin (Mavericks) uses IDTR limit to store the CPUID so we need to restore it always.
     28 ; See @bugref{6875}.
     29 %elifdef RT_OS_WINDOWS
     30 ; Windows 8.1 RTM also seems to be using the IDTR for something. See @bugref{6956}.
     31 ;; @todo figure out what exactly it does and try and restrict it more.
     32 %else
     33  %define VMX_SKIP_IDTR
    3334 %endif
    3435 %define VMX_SKIP_TR
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