VirtualBox

Changeset 24699 in vbox for trunk


Ignore:
Timestamp:
Nov 16, 2009 3:11:13 PM (15 years ago)
Author:
vboxsync
Message:

PDMAllBth.h: Wrong format specifier.

File:
1 edited

Legend:

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

    r24693 r24699  
    17281728    if (!PdeDst.n.u1Present)
    17291729    {
    1730         AssertMsg(pVM->cCpus > 1, ("%Unexpected missing PDE p=%RX64\n", pPdeDst, (uint64_t)PdeDst.u));
     1730        AssertMsg(pVM->cCpus > 1, ("Unexpected missing PDE p=%p/%RX64\n", pPdeDst, (uint64_t)PdeDst.u));
    17311731        Log(("CPU%d: SyncPage: Pde at %RGv changed behind our back!\n", GCPtrPage));
    17321732        return VINF_SUCCESS;    /* force the instruction to be executed again. */
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