VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 3:27:47 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38831
Message:

And yet more %V* -> %R* changes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp

    r11922 r13839  
    4242    {
    4343        rc = VERR_NOT_SUPPORTED;
    44         AssertMsgFailed(("IoAllocateMdl %VGv %x failed!!\n", pv, u32Size));
     44        AssertMsgFailed(("IoAllocateMdl %p %x failed!!\n", pv, u32Size));
    4545    }
    4646    else
     
    5858            IoFreeMdl (pMdl);
    5959            rc = VERR_INVALID_PARAMETER;
    60             AssertMsgFailed(("MmProbeAndLockPages %VGv %x failed!!\n", pv, u32Size));
     60            AssertMsgFailed(("MmProbeAndLockPages %p %x failed!!\n", pv, u32Size));
    6161        }
    6262    }
     
    280280
    281281    irp->AssociatedIrp.SystemBuffer = pvData; /* Output buffer. */
    282     irp->MdlAddress = NULL;   
     282    irp->MdlAddress = NULL;
    283283
    284284    /* A completion routine is required to signal the Event. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette