VirtualBox

Changeset 836 in vbox for trunk/src


Ignore:
Timestamp:
Feb 12, 2007 12:05:33 PM (18 years ago)
Author:
vboxsync
Message:

GC Phys to HC virt conversion changes for dynamic RAM allocation.

File:
1 edited

Legend:

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

    r1 r836  
    45674567            Assert(pDbgc->pVM);
    45684568            pResult->enmType = DBGCVAR_TYPE_HC_FLAT;
    4569             rc = PGMPhysGCPhys2HCPtr(pDbgc->pVM, pArg->u.GCPhys, &pResult->u.pvHCFlat);
     4569            rc = PGMPhysGCPhys2HCPtr(pDbgc->pVM, pArg->u.GCPhys, 1, &pResult->u.pvHCFlat);
    45704570            if (VBOX_SUCCESS(rc))
    45714571                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