Changeset 64854 in vbox
- Timestamp:
- Dec 13, 2016 5:10:21 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r64626 r64854 964 964 if (RT_SUCCESS(rc)) 965 965 { 966 const char * const *papszDesc = ASMIsIntelCpu() ? &g_apszVTxExitReasons[0] : &g_apszAmdVExitReasons[0]; 966 const char *const *papszDesc = ASMIsIntelCpu() || ASMIsViaCentaurCpu() ? 967 &g_apszVTxExitReasons[0] : &g_apszAmdVExitReasons[0]; 967 968 for (int j = 0; j < MAX_EXITREASON_STAT; j++) 968 969 {
Note:
See TracChangeset
for help on using the changeset viewer.

