VirtualBox

Changeset 20546 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 14, 2009 12:25:03 AM (16 years ago)
Author:
vboxsync
Message:

PGMAllHandler.cpp: wrong assertion? shutting it up for me

File:
1 edited

Legend:

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

    r20492 r20546  
    242242    else
    243243    {
     244#ifdef DEBUG_bird
     245        Assert(!fFlushTLBs || rc == VINF_PGM_SYNC_CR3);
     246#else
    244247        Assert(!fFlushTLBs);
     248#endif
    245249        Log(("pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs: doesn't flush guest TLBs. rc=%Rrc\n", rc));
    246250    }
     
    11341138            /** @todo hack alert
    11351139             *  This needs to be done properly. Currently we get away with it as the recompiler directly calls
    1136              *  IOM read and write functions. Access through PGMPhysRead/Write will crash the process. 
     1140             *  IOM read and write functions. Access through PGMPhysRead/Write will crash the process.
    11371141             */
    11381142            PGM_PAGE_SET_PAGEID(pPage, NIL_GMM_PAGEID);
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