Changeset 22532 in vbox
- Timestamp:
- Aug 27, 2009 3:31:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/sched-darwin.cpp
r15881 r22532 244 244 for (unsigned i = 0; i < RT_ELEMENTS(g_aPriorities); i++) 245 245 { 246 /* @todo r=poetzsch: gcc warns here. iBasePriority in RT_ABS is the 247 * one which should be initialized not the one from line 234. So I 248 * guess gcc is right. */ 246 249 int iBasePriority = RT_ABS(g_aPriorities[i].aTypes[enmType].iBasePriority - iBasePriority); 247 250 if (iBasePriority < iCurDiff)
Note:
See TracChangeset
for help on using the changeset viewer.