VirtualBox

Changeset 4401 in vbox


Ignore:
Timestamp:
Aug 28, 2007 2:21:11 PM (17 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r4390 r4401  
    12601260    if (VBOX_SUCCESS(rc))
    12611261        return VINF_SUCCESS;
     1262    Log(("PGMInvalidatePage %VGv returned %VGv (%d)\n", pAddrGC, rc, rc));
     1263    Assert(rc == VERR_REM_FLUSHED_PAGES_OVERFLOW);
     1264
    12621265    /** @todo r=bird: we shouldn't ignore returns codes like this... I'm 99% sure the error is fatal. */
    12631266    return VERR_EM_INTERPRETER;
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