Changeset 1746 in vbox for trunk/src/VBox
- Timestamp:
- Mar 27, 2007 9:46:59 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r1745 r1746 127 127 /** Pointer to the device instance. */ 128 128 GCPTRTYPE(PPDMDEVINS) pDevInsGC; 129 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS != 64 130 RTGCPTR Alignment0; 131 #endif 129 132 /** The base interface. */ 130 133 HCPTRTYPE(PDMIBASE) IBase;
Note:
See TracChangeset
for help on using the changeset viewer.