VirtualBox

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


Ignore:
Timestamp:
May 15, 2008 1:51:02 PM (17 years ago)
Author:
vboxsync
Message:

Fixed VERR_REM_FLUSHED_PAGES_OVERFLOW handling in emR3RawHandleRC - it didn't reset the rc and we ended up with a guru meditation even though everything went fine.

File:
1 edited

Legend:

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

    r8824 r8851  
    21792179            Assert((pCtx->ss & X86_SEL_RPL) != 1);
    21802180            REMR3ReplayInvalidatedPages(pVM);
     2181            rc = VINF_SUCCESS;
    21812182            break;
    21822183
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