Changeset 76032 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 6, 2018 8:35:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp
r75780 r76032 1035 1035 RTLogBackdoorPrintf("vgdrvDarwinIrqHandler: %p %p %p %d\n", pTarget, pvRefCon, pNub, iSrc); 1036 1036 #endif 1037 RT_NOREF(p vRefCon, pNub, iSrc);1037 RT_NOREF(pTarget, pvRefCon, pNub, iSrc); 1038 1038 1039 1039 VGDrvCommonISR(&g_DevExt);
Note:
See TracChangeset
for help on using the changeset viewer.