Changeset 92329 in vbox
- Timestamp:
- Nov 10, 2021 3:38:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gmm.h
r92326 r92329 245 245 * limited to 63 or fewer bits (52 by AMD64 arch spec). 246 246 */ 247 RT_GCC_EXTENSION 247 248 RTHCPHYS HCPhysGCPhys : 63; 248 249 /** Set if the memory was zeroed. */ 250 RT_GCC_EXTENSION 249 251 RTHCPHYS fZeroed : 1; 250 252
Note:
See TracChangeset
for help on using the changeset viewer.