VirtualBox

Changeset 22947 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp


Ignore:
Timestamp:
Sep 11, 2009 9:39:13 AM (15 years ago)
Author:
vboxsync
Message:

PGMPhys.cpp: Corrected the 'Failed to procure handy pages' message, rcSeed and rcAlloc was switched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r22764 r22947  
    31133113        LogRel(("PGM: Failed to procure handy pages; rc=%Rrc rcAlloc=%Rrc rcSeed=%Rrc cHandyPages=%#x\n"
    31143114                "     cAllPages=%#x cPrivatePages=%#x cSharedPages=%#x cZeroPages=%#x\n",
    3115                 rc, rcSeed, rcAlloc,
     3115                rc, rcAlloc, rcSeed,
    31163116                pVM->pgm.s.cHandyPages,
    31173117                pVM->pgm.s.cAllPages,
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