- Timestamp:
- Aug 8, 2008 11:04:29 PM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r11284 r11303 225 225 #ifdef VBOX 226 226 /** Pointer to the device instance - RC. */ 227 PPDMDEVINS GC pDevInsRC;227 PPDMDEVINSRC pDevInsRC; 228 228 /** Pointer to the device instance - R3 . */ 229 229 PPDMDEVINSR3 pDevInsR3; -
trunk/src/VBox/VMM/IOMInternal.h
r10538 r11303 80 80 RCPTRTYPE(void *) pvUserGC; 81 81 /** Pointer to device instance. */ 82 PPDMDEVINS GC pDevInsGC;82 PPDMDEVINSRC pDevInsGC; 83 83 /** Pointer to write callback function. */ 84 84 RCPTRTYPE(PFNIOMMMIOWRITE) pfnWriteCallbackGC;
Note:
See TracChangeset
for help on using the changeset viewer.