Changeset 9387 in vbox for trunk/include/VBox
- Timestamp:
- Jun 4, 2008 1:51:21 PM (17 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbgf.h
r9212 r9387 595 595 /** The breakpoint type. */ 596 596 DBGFBPTYPE enmType; 597 598 #if GC_ARCH_BITS == 64 599 uint32_t u32Padding; 600 #endif 601 597 602 /** Union of type specific data. */ 598 603 union -
trunk/include/VBox/patm.h
r9344 r9387 111 111 } Restore; 112 112 113 #if GC_ARCH_BITS == 64 114 uint32_t padding; 115 #endif 116 113 117 } PATMGCSTATE, *PPATMGCSTATE; 114 118 -
trunk/include/VBox/pdmqueue.h
r9212 r9387 55 55 /** Pointer to the next item in the pending list - GC Pointer. */ 56 56 RCPTRTYPE(PPDMQUEUEITEMCORE) pNextGC; 57 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 3257 #if HC_ARCH_BITS == 64 58 58 uint32_t Alignment0; 59 59 #endif
Note:
See TracChangeset
for help on using the changeset viewer.