Changeset 14750 in vbox
- Timestamp:
- Nov 28, 2008 12:45:45 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r14682 r14750 1772 1772 # define PGMPOOL_PAGE_2_PTR(pVM, pPage) pgmPoolMapPage((pVM), (pPage)) 1773 1773 #else 1774 inline R3R0PTRTYPE(void *) PGMPOOL_PAGE_2_PTR(PVM pVM, PPGMPOOLPAGE pPage)1774 DECLINLINE(R3R0PTRTYPE(void *)) PGMPOOL_PAGE_2_PTR(PVM pVM, PPGMPOOLPAGE pPage) 1775 1775 { 1776 1776 Assert(pPage->pvPageR3);
Note:
See TracChangeset
for help on using the changeset viewer.