VirtualBox

Changeset 17296 in vbox for trunk


Ignore:
Timestamp:
Mar 3, 2009 3:57:30 PM (16 years ago)
Author:
vboxsync
Message:

Some comments

File:
1 edited

Legend:

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

    r17295 r17296  
    12021202    Assert(pVM->fHWACCMEnabled);
    12031203    Log(("HWACCMR3EmulateIoBlock\n"));
     1204
     1205    /* This is primarily intended to speed up Grub, so we don't care about paged protected mode. */
    12041206    if (!CPUMIsGuestInPagedProtectedModeEx(pCtx))
    12051207    {
     
    12261228    Assert(pVM->fHWACCMEnabled);
    12271229
     1230    /* If we're still executing the IO code, then return false. */
    12281231    if (    RT_UNLIKELY(pVCpu->hwaccm.s.EmulateIoBlock.fEnabled)
    12291232        &&  pCtx->rsp <= pVCpu->hwaccm.s.EmulateIoBlock.GCPtrFunctionEsp
Note: See TracChangeset for help on using the changeset viewer.

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