Changeset 41897 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 23, 2012 6:40:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PATMInternal.h
r41801 r41897 374 374 uint32_t cMaxPatches; 375 375 /** Array of patch pointers for this page. */ 376 R3PTRTYPE(PPATCHINFO *) aPatch;376 R3PTRTYPE(PPATCHINFO *) papPatch; 377 377 } PATMPATCHPAGE, *PPATMPATCHPAGE; 378 378
Note:
See TracChangeset
for help on using the changeset viewer.