Changeset 40832 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Apr 8, 2012 7:55:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r40656 r40832 46 46 #include <iprt/x86.h> 47 47 #include "HWVMXR0.h" 48 49 #include "dtrace/VBoxVMM.h" 50 48 51 49 52 /******************************************************************************* … … 2778 2781 VMMR0LogFlushEnable(pVCpu); 2779 2782 Log2(("Raw exit reason %08x\n", exitReason)); 2783 #if ARCH_BITS == 64 /* for the time being */ 2784 VBOXVMM_R0_HMVMX_VMEXIT(pVCpu, pCtx, exitReason); 2785 #endif 2780 2786 2781 2787 /* Check if an injected event was interrupted prematurely. */
Note:
See TracChangeset
for help on using the changeset viewer.