Changeset 34149 in vbox
- Timestamp:
- Nov 17, 2010 9:31:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r33725 r34149 3797 3797 3798 3798 #endif /* IN_RING3 */ 3799 #if defined(VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0) || IN_RC3799 #if defined(VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0) || defined(IN_RC) 3800 3800 int pgmRZDynMapHCPageCommon(PPGMMAPSET pSet, RTHCPHYS HCPhys, void **ppv RTLOG_COMMA_SRC_POS_DECL); 3801 3801 int pgmRZDynMapGCPageCommon(PVM pVM, PVMCPU pVCpu, RTGCPHYS GCPhys, void **ppv RTLOG_COMMA_SRC_POS_DECL);
Note:
See TracChangeset
for help on using the changeset viewer.