Changeset 3362
- Timestamp:
- 07/03/07 00:58:15 (2 years ago)
- Files:
-
- trunk/include/VBox/hwacc_vmx.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/hwacc_vmx.h
r2981 r3362 222 222 */ 223 223 /** Highest field index. */ 224 #define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a) ((a >> 1ULL) & 0x1FF) )224 #define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a) ((a >> 1ULL) & 0x1FF) 225 225 226 226 /** @} */ … … 720 720 "ir"((uint32_t)pVMXOn), /* don't allow direct memory reference here, */ 721 721 "ir"((uint32_t)(pVMXOn >> 32)) /* this would not work with -fomit-frame-pointer */ 722 :"memory" 722 723 ); 723 724 # else … … 796 797 "ir"((uint32_t)pVMCS), /* don't allow direct memory reference here, */ 797 798 "ir"((uint32_t)(pVMCS >> 32)) /* this would not work with -fomit-frame-pointer */ 799 :"memory" 798 800 ); 799 801 # else

