Changeset 22938 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 10, 2009 11:51:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r22925 r22938 338 338 /** Number of CPUs on the system (same as LAPIC count). */ 339 339 uint32_t cCpus; 340 /** Struct size and statistics alignment padding. */ 341 uint32_t u32Alignment0; 340 342 341 343 # ifdef VBOX_WITH_STATISTICS 342 uint32_t u32Alignment0;343 344 STAMCOUNTER StatMMIOReadGC; 344 345 STAMCOUNTER StatMMIOReadHC;
Note:
See TracChangeset
for help on using the changeset viewer.