Changeset 82168 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Nov 25, 2019 11:54:18 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp
r82167 r82168 442 442 } 443 443 444 Log2(("mouIoPortWrite: offPort=%#x+%u cb=%d u32=%#x\n", BMS_IO_BASE +offPort, cb, u32));444 Log2(("mouIoPortWrite: offPort=%#x+%u cb=%d u32=%#x\n", BMS_IO_BASE, offPort, cb, u32)); 445 445 } 446 446 else … … 818 818 # elif defined(IN_RING0) 819 819 /* .pfnEarlyConstruct = */ NULL, 820 /* .pfnConstruct = */ NULL,820 /* .pfnConstruct = */ bmsRZConstruct, 821 821 /* .pfnDestruct = */ NULL, 822 822 /* .pfnFinalDestruct = */ NULL, … … 831 831 /* .pfnReserved7 = */ NULL, 832 832 # elif defined(IN_RC) 833 /* .pfnConstruct = */ NULL,833 /* .pfnConstruct = */ bmsRZConstruct, 834 834 /* .pfnReserved0 = */ NULL, 835 835 /* .pfnReserved1 = */ NULL,
Note:
See TracChangeset
for help on using the changeset viewer.