Changeset 2288 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 20, 2007 11:00:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r2270 r2288 306 306 R3PTRTYPE(struct PGMMAPPING *) pNextR3; 307 307 /** Pointer to next entry. */ 308 R0PTRTYPE(struct PGMMAPPING *) pNextR0; 309 /** Pointer to next entry. */ 308 310 GCPTRTYPE(struct PGMMAPPING *) pNextGC; 309 /** Pointer to next entry. */310 R0PTRTYPE(struct PGMMAPPING *) pNextR0;311 311 /** Start Virtual address. */ 312 312 RTGCUINTPTR GCPtr;
Note:
See TracChangeset
for help on using the changeset viewer.