VirtualBox

Changeset 17507 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 6, 2009 11:12:50 PM (16 years ago)
Author:
vboxsync
Message:

pgmFormatTypeHandlerPage: type fix.

File:
1 edited

Legend:

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

    r17505 r17507  
    23742374        {
    23752375            szTmp[cch++] = ':';
    2376             static const char s_achPageTypes[8][4]  = { "RAM", "MI2", "M2A", "SHA", "ROM", "MIO", "BAD" };
     2376            static const char s_achPageTypes[8][4]  = { "INV", "RAM", "MI2", "M2A", "SHA", "ROM", "MIO", "BAD" };
    23772377            szTmp[cch++] = s_achPageTypes[PGM_PAGE_GET_TYPE(pPage)][0];
    23782378            szTmp[cch++] = s_achPageTypes[PGM_PAGE_GET_TYPE(pPage)][1];
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