Changeset 1744 in vbox
- Timestamp:
- Mar 27, 2007 7:54:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r1738 r1744 125 125 /** Pointer to the device instance. */ 126 126 HCPTRTYPE(PPDMDEVINS) pDevInsHC; 127 /** Pointer to the device instance. */ 128 GCPTRTYPE(PPDMDEVINS) pDevInsGC; 127 129 /** The base interface. */ 128 130 HCPTRTYPE(PDMIBASE) IBase; … … 158 160 PCIDEVICE dev; 159 161 #endif /* VBOX_SERIAL_PCI */ 160 /** Pointer to the device instance. */161 GCPTRTYPE(PPDMDEVINS) pDevInsGC;162 162 }; 163 163
Note:
See TracChangeset
for help on using the changeset viewer.