- Timestamp:
- Feb 12, 2007 12:05:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r1 r836 4567 4567 Assert(pDbgc->pVM); 4568 4568 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); 4570 4570 if (VBOX_SUCCESS(rc)) 4571 4571 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.