VirtualBox

Changeset 4620 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Sep 8, 2007 12:39:30 AM (17 years ago)
Author:
vboxsync
Message:

The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGConsole.cpp

    r4330 r4620  
    52135213            Assert(pDbgc->pVM);
    52145214            pResult->enmType = DBGCVAR_TYPE_GC_PHYS;
    5215             rc = PGMPhysHCPtr2GCPhys(pDbgc->pVM, pArg->u.pvHCFlat, &pResult->u.GCPhys);
     5215            rc = PGMPhysHCPtr2GCPhysDbg(pDbgc->pVM, pArg->u.pvHCFlat, &pResult->u.GCPhys);
    52165216            if (VBOX_SUCCESS(rc))
    52175217                return 0;
     
    52955295            Assert(pDbgc->pVM);
    52965296            pResult->enmType = DBGCVAR_TYPE_HC_PHYS;
    5297             rc = PGMPhysHCPtr2HCPhys(pDbgc->pVM, pArg->u.pvHCFlat, &pResult->u.HCPhys);
     5297            rc = PGMPhysHCPtr2HCPhysDbg(pDbgc->pVM, pArg->u.pvHCFlat, &pResult->u.HCPhys);
    52985298            if (VBOX_SUCCESS(rc))
    52995299                return 0;
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