VirtualBox

Changeset 13824 in vbox for trunk/src/VBox/VMM/VMMGC


Ignore:
Timestamp:
Nov 5, 2008 1:11:24 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38815
Message:

VMM: %VGp -> %RGp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp

    r13412 r13824  
    251251{
    252252    PDMDEV_ASSERT_DEVINS(pDevIns);
    253     LogFlow(("pdmGCDevHlp_PhysRead: caller=%p/%d: GCPhys=%VGp pvBuf=%p cbRead=%#x\n",
     253    LogFlow(("pdmGCDevHlp_PhysRead: caller=%p/%d: GCPhys=%RGp pvBuf=%p cbRead=%#x\n",
    254254             pDevIns, pDevIns->iInstance, GCPhys, pvBuf, cbRead));
    255255
     
    264264{
    265265    PDMDEV_ASSERT_DEVINS(pDevIns);
    266     LogFlow(("pdmGCDevHlp_PhysWrite: caller=%p/%d: GCPhys=%VGp pvBuf=%p cbWrite=%#x\n",
     266    LogFlow(("pdmGCDevHlp_PhysWrite: caller=%p/%d: GCPhys=%RGp pvBuf=%p cbWrite=%#x\n",
    267267             pDevIns, pDevIns->iInstance, GCPhys, pvBuf, cbWrite));
    268268
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