Changeset 45433 in vbox
- Timestamp:
- Apr 9, 2013 1:50:03 PM (11 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
-
HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) (1 diff)
-
Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r45345 r45433 1194 1194 char szMsg[512]; 1195 1195 1196 if (!RTThreadPreemptIsEnabled(NIL_RTTHREAD)) 1196 if (!RTThreadPreemptIsEnabled(NIL_RTTHREAD)) /** @todo this will change when preemption hooks are implemented. */ 1197 1197 return 0; 1198 1198 -
trunk/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c
r45090 r45433 46 46 if (pch[cb] != '\0') 47 47 AssertBreakpoint(); 48 if (!RTThreadPreemptIsEnabled(NIL_RTTHREAD)) 48 if (!RTThreadPreemptIsEnabled(NIL_RTTHREAD)) /** @todo this will change when preemptions hook are implemented. */ 49 49 return; 50 50 if ( !g_frtSolSplSetsEIF
Note:
See TracChangeset
for help on using the changeset viewer.

