Changeset 9387 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jun 4, 2008 1:51:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPIC.cpp
r9212 r9387 120 120 /** Pointer to the device instance, GCPtr. */ 121 121 RCPTRTYPE(PPDMDEVINS) pDevInsGC; 122 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS != 64123 RT GCPTR Alignment0;122 #if HC_ARCH_BITS == 64 123 RTRCPTR Alignment0; 124 124 #endif 125 125 } PicState; … … 138 138 /** Pointer to the PIC GC helpers. */ 139 139 PCPDMPICHLPGC pPicHlpGC; 140 #if HC_ARCH_BITS == 32 141 uint32_t Alignmnet1; 142 #endif 140 143 /** Pointer to the device instance - GC Ptr. */ 141 144 RCPTRTYPE(PPDMDEVINS) pDevInsGC; 142 145 /** Pointer to the device instance - GC Ptr. */ 143 146 R3R0PTRTYPE(PPDMDEVINS) pDevInsHC; 144 #if HC_ARCH_BITS == 32145 uint32_t Alignmnet0;146 #endif147 147 #ifdef VBOX_WITH_STATISTICS 148 148 STAMCOUNTER StatSetIrqGC;
Note:
See TracChangeset
for help on using the changeset viewer.