VirtualBox

Changeset 22532 in vbox


Ignore:
Timestamp:
Aug 27, 2009 3:31:46 PM (15 years ago)
Author:
vboxsync
Message:

Runtime: todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/darwin/sched-darwin.cpp

    r15881 r22532  
    244244        for (unsigned i = 0; i < RT_ELEMENTS(g_aPriorities); i++)
    245245        {
     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. */
    246249            int iBasePriority = RT_ABS(g_aPriorities[i].aTypes[enmType].iBasePriority - iBasePriority);
    247250            if (iBasePriority < iCurDiff)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette