Changeset 50428 in vbox
- Timestamp:
- Feb 12, 2014 3:17:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac
r49726 r50428 19 19 ; 20 20 21 22 ;; 23 ; Keep these macro definitions in this file as it gets included and compiled 24 ; with RT_ARCH_AMD64 once and RT_ARCH_X86 once. 25 %undef VMX_SKIP_GDTR 26 %undef VMX_SKIP_IDTR 27 %undef VMX_SKIP_TR 28 21 29 %ifdef RT_ARCH_AMD64 22 ;;23 ; Keep these macro definitions in this file as it gets included and compiled24 ; with RT_ARCH_AMD64 once and RT_ARCH_X86 once.25 30 %define VMX_SKIP_GDTR 26 31 %ifdef RT_OS_DARWIN 27 32 ; Darwin (Mavericks) uses IDTR limit to store the CPU Id so we need to restore it always. 28 33 ; See @bugref{6875}. 29 %elifdef RT_OS_WINDOWS30 ; Windows 8.1 RTM also seems to be using the IDTR limit for something. See @bugref{6956}.31 ;; @todo figure out what exactly it does and try and restrict it to specific Window versions.32 34 %else 33 35 %define VMX_SKIP_IDTR
Note:
See TracChangeset
for help on using the changeset viewer.