VirtualBox

Changeset 8851

Show
Ignore:
Timestamp:
05/15/08 15:51:02 (2 months 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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy