Changeset 57305 in vbox
- Timestamp:
- Aug 13, 2015 8:02:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r57255 r57305 668 668 if (RT_UNLIKELY(g_DevExt.cBadContextCalls > 0)) 669 669 { 670 SUPR0Printf("VBoxDrv DarwinIOCtl: EFLAGS.AC=0 detected %u times, refusing all I/O controls!\n", g_DevExt.cBadContextCalls);670 SUPR0Printf("VBoxDrvLinuxIOCtl: EFLAGS.AC=0 detected %u times, refusing all I/O controls!\n", g_DevExt.cBadContextCalls); 671 671 return ESPIPE; 672 672 }
Note:
See TracChangeset
for help on using the changeset viewer.