- Timestamp:
- Dec 24, 2012 11:41:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r44197 r44201 1205 1205 else 1206 1206 { 1207 /** @todo This cannot possibly work, there are other places which assumes 1208 * this allocation cannot fail (see HMR3CanExecuteGuest()). Make this 1209 * a failure case. */ 1207 1210 LogRel(("HM: No real mode VT-x support (PDMR3VMMDevHeapAlloc returned %Rrc)\n", rc)); 1208 1211 pVM->hm.s.vmx.pRealModeTSS = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.