Changeset 19732 in vbox for trunk/src/VBox/VMM/VMMInternal.h
- Timestamp:
- May 15, 2009 12:29:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47350
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMInternal.h
r19702 r19732 103 103 /** Flag indicating whether we've disabled flushing (world switch) or not. */ 104 104 bool fFlushingDisabled; 105 /** Flag indicating whether we've registered the instance already. */ 106 bool fRegistered; 107 bool a8Alignment; 105 108 #if HC_ARCH_BITS == 32 106 109 uint32_t u32Alignment; … … 341 344 RCPTRTYPE(uint8_t *) pbEMTStackBottomRC; 342 345 346 #ifdef LOG_ENABLED 343 347 /** Pointer to the R0 logger instance - R3 Ptr. 344 348 * This is NULL if logging is disabled. */ … … 347 351 * This is NULL if logging is disabled. */ 348 352 R0PTRTYPE(PVMMR0LOGGER) pR0LoggerR0; 353 #endif 349 354 350 355 /** @name CallHost
Note:
See TracChangeset
for help on using the changeset viewer.