Changeset 45433 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Apr 9, 2013 1:50:03 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84864
- File:
-
- 1 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.