Changeset 9986 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 27, 2008 10:14:36 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r9985 r9986 643 643 /** @note The context supplied by REM is partial. If we add more checks here, be sure to verify that REM provides this info! */ 644 644 645 if (!CPUMIsGuestInLongMode (pVM))645 if (!CPUMIsGuestInLongModeEx(pCtx)) 646 646 { 647 647 /* Too early for VT-x; Solaris guests will fail with a guru meditation otherwise; same for XP. */
Note:
See TracChangeset
for help on using the changeset viewer.