Changeset 15612 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 16, 2008 10:30:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r15611 r15612 1272 1272 /* Windows XP: possible same as above, but new recompiler requires new heuristics? 1273 1273 VT-x doesn't seem to like something about the guest state and this stuff avoids it. */ 1274 /** @todo This check is actually wrong, it doesn't take the direction of the 1275 * stack segment into account. But, it does the job for now. */ 1274 1276 if (pCtx->rsp >= pCtx->ssHid.u32Limit) 1275 1277 return false;
Note:
See TracChangeset
for help on using the changeset viewer.