Changeset 12527 in vbox for trunk/src/VBox/VMM/PATM/PATMInternal.h
- Timestamp:
- Sep 17, 2008 8:47:08 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMInternal.h
r12524 r12527 437 437 /* Counter for disabled IDT gates (in order not to overflow the release log).*/ 438 438 uint32_t cGateDisabled; 439 440 #if HC_ARCH_BITS == 64 441 uint32_t Alignment0; 442 #endif 439 443 440 444 /* Temporary information for pending MMIO patch. Set in GC or R0 context. */ … … 513 517 STAMCOUNTER StatFunctionLookupInsert; 514 518 uint32_t StatU32FunctionMaxSlotsUsed; 515 uint32_t Alignment 0; /**< Align the structure size on a 8-byte boundrary. */519 uint32_t Alignment1; /**< Align the structure size on a 8-byte boundrary. */ 516 520 } PATM, *PPATM; 517 521
Note:
See TracChangeset
for help on using the changeset viewer.