VirtualBox

Changeset 15612 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 16, 2008 10:30:23 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41124
Message:

HWACCM: Added stack seg todo in HWACCMR3CanExecuteGuest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r15611 r15612  
    12721272            /* Windows XP: possible same as above, but new recompiler requires new heuristics?
    12731273               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. */
    12741276            if (pCtx->rsp >= pCtx->ssHid.u32Limit)
    12751277                return false;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette