Changeset 4415 in vbox
- Timestamp:
- Aug 29, 2007 8:58:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r4413 r4415 1561 1561 * @param cb The number of bytes to read. 1562 1562 */ 1563 /** @todo use the PGMPhysReadGCPtr name and rename the unsafe one to something appropriate */ 1563 1564 PGMDECL(int) PGMPhysReadGCPtrSafe(PVM pVM, void *pvDst, RTGCPTR GCPtrSrc, size_t cb) 1564 1565 { … … 1622 1623 * @param cb The number of bytes to write. 1623 1624 */ 1625 /** @todo use the PGMPhysWriteGCPtr name and rename the unsafe one to something appropriate */ 1624 1626 PGMDECL(int) PGMPhysWriteGCPtrSafe(PVM pVM, RTGCPTR GCPtrDst, const void *pvSrc, size_t cb) 1625 1627 {
Note:
See TracChangeset
for help on using the changeset viewer.