- Timestamp:
- Mar 15, 2007 7:57:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r1485 r1522 319 319 320 320 /* padding to make gnuc put the StatQemuToGC where msc does. */ 321 #if HC_ARCH_BITS == 32322 uint32_t padding0 [2];323 #endif 321 /*#if HC_ARCH_BITS == 32 322 uint32_t padding0; 323 #endif */ 324 324 325 325 /** Profiling the total time from Qemu to GC. */ … … 348 348 349 349 /* padding - the unions must be aligned on 32 bytes boundraries. */ 350 uint32_t padding[HC_ARCH_BITS == 32 ? 4: 6];350 uint32_t padding[HC_ARCH_BITS == 32 ? 6 : 6]; 351 351 352 352 /** CPUM part. */
Note:
See TracChangeset
for help on using the changeset viewer.