Changeset 70065 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 11, 2017 4:07:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r70059 r70065 486 486 bool fOurIRQ = VGDrvCommonISR(&g_DevExt); 487 487 488 return fOurIRQ ? 0 : 1;488 return fOurIRQ ? 1 : 0; 489 489 } 490 490
Note:
See TracChangeset
for help on using the changeset viewer.