VirtualBox

Changeset 20758 in vbox


Ignore:
Timestamp:
Jun 22, 2009 10:05:54 AM (16 years ago)
Author:
vboxsync
Message:

Moved assertion. Could otherwise trigger with guest SMP

File:
1 edited

Legend:

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

    r20748 r20758  
    11031103
    11041104    /*
    1105      * We should ALWAYS have the list head as user parameter. This
    1106      * is because we use that page to record the changes.
    1107      */
    1108     Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX);
    1109 
    1110     /*
    11111105     * Disassemble the faulting instruction.
    11121106     */
     
    11161110
    11171111    pgmLock(pVM);
     1112
    11181113    if (PHYS_PAGE_ADDRESS(GCPhysFault) != PHYS_PAGE_ADDRESS(pPage->GCPhys))
    11191114    {
     
    11241119        return VINF_SUCCESS;
    11251120    }
     1121
     1122    /*
     1123     * We should ALWAYS have the list head as user parameter. This
     1124     * is because we use that page to record the changes.
     1125     */
     1126    Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX);
    11261127
    11271128    /*
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