VirtualBox

Changeset 30364 in vbox for trunk


Ignore:
Timestamp:
Jun 22, 2010 11:51:26 AM (15 years ago)
Author:
vboxsync
Message:

Fatal assertions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllShw.h

    r30326 r30364  
    202202        return VERR_PAGE_TABLE_NOT_PRESENT;
    203203
    204     Assert(!Pde.b.u1Size);
     204    /** todo deal with large pages. */
     205    AssertFatal(!Pde.b.u1Size);
    205206
    206207    /*
     
    340341        if (!Pde.n.u1Present)
    341342            return VERR_PAGE_TABLE_NOT_PRESENT;
     343
     344        AssertFatal(!Pde.b.u1Size);
    342345
    343346        /*
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