VirtualBox

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


Ignore:
Timestamp:
Sep 10, 2007 1:41:18 PM (17 years ago)
Author:
vboxsync
Message:

Moved some of the odd address conversion routines to PGMR3Dbg just to get them out of the way.

File:
1 edited

Legend:

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

    r4620 r4665  
    52135213            Assert(pDbgc->pVM);
    52145214            pResult->enmType = DBGCVAR_TYPE_GC_PHYS;
    5215             rc = PGMPhysHCPtr2GCPhysDbg(pDbgc->pVM, pArg->u.pvHCFlat, &pResult->u.GCPhys);
     5215            rc = PGMR3DbgHCPtr2GCPhys(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 = PGMPhysHCPtr2HCPhysDbg(pDbgc->pVM, pArg->u.pvHCFlat, &pResult->u.HCPhys);
     5297            rc = PGMR3DbgHCPtr2HCPhys(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