- Timestamp:
- May 27, 2013 2:02:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46286 r46289 2327 2327 #if HC_ARCH_BITS == 64 2328 2328 /* Paranoia. 64-bit code requires these bits to be set always. */ 2329 Assert( u64HostEfer & (MSR_K6_EFER_LMA | MSR_K6_EFER_LME) == (MSR_K6_EFER_LMA | MSR_K6_EFER_LME));2329 Assert((u64HostEfer & (MSR_K6_EFER_LMA | MSR_K6_EFER_LME)) == (MSR_K6_EFER_LMA | MSR_K6_EFER_LME)); 2330 2330 /* All our supported 64-bit host platforms must have NXE bit set. Otherwise we can change the below code to save EFER. */ 2331 2331 Assert(u64HostEfer & (MSR_K6_EFER_NXE));
Note:
See TracChangeset
for help on using the changeset viewer.