- Timestamp:
- Jun 18, 2008 4:04:58 PM (17 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r9720 r9802 962 962 963 963 /* 64 bits guest mode? */ 964 if ( pCtx->msrEFER & MSR_K6_EFER_LMA)964 if (CPUMIsGuestIn64BitCodeEx(pCtx)) 965 965 { 966 966 #ifndef VBOX_WITH_64_BITS_GUESTS -
trunk/src/recompiler/VBoxRecompiler.c
r9800 r9802 1827 1827 1828 1828 /* FS & GS base addresses need to be loaded from the MSRs if in 64 bits mode. */ 1829 if (CPUMIsGuestIn64BitCodeEx(p VM, pCtx))1829 if (CPUMIsGuestIn64BitCodeEx(pCtx)) 1830 1830 { 1831 1831 /* Note that the base values in the hidden fs & gs registers are cut to 32 bits and can't be used in this case. */
Note:
See TracChangeset
for help on using the changeset viewer.