Changeset 18207 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 24, 2009 4:55:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r18143 r18207 1292 1292 VM_ASSERT_EMT(pVM); /* no longer safe for use outside the EMT thread! */ 1293 1293 1294 Log Always(("PGMPhysGCPhys2R3Ptr(,%RGp,%#x,): dont use this API!\n", GCPhys, cbRange)); /** @todo eliminate this API! */1294 Log(("PGMPhysGCPhys2R3Ptr(,%RGp,%#x,): dont use this API!\n", GCPhys, cbRange)); /** @todo eliminate this API! */ 1295 1295 # if defined(IN_RC) || defined(VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0) 1296 1296 AssertFailedReturn(VERR_NOT_IMPLEMENTED);
Note:
See TracChangeset
for help on using the changeset viewer.