comparison AnimationMaster.c @ 253:e7539330735a

Merge -- "works, with test.." was mislabeled, really added DEBUG_printf3, and "move vms_defs" was adding valgrind to vmalloc
author Sean Halle <seanhalle@yahoo.com>
date Sat, 25 Aug 2012 14:53:03 -0700
parents b95711c6965c
children f5b110414453 999f2966a3e5
comparison
equal deleted inserted replaced
6:063efb5235fd 7:0145129a40f5
152 numSlotsFilled = 0; 152 numSlotsFilled = 0;
153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++) 153 for( slotIdx = 0; slotIdx < NUM_ANIM_SLOTS; slotIdx++)
154 { 154 {
155 currSlot = animSlots[ slotIdx ]; 155 currSlot = animSlots[ slotIdx ];
156 156
157 //Check if newly-done slave in slot, which will need request handld 157 //Check if newly-done slave in slot, which will need request handled
158 if( currSlot->workIsDone ) 158 if( currSlot->workIsDone )
159 { 159 {
160 currSlot->workIsDone = FALSE; 160 currSlot->workIsDone = FALSE;
161 currSlot->needsSlaveAssigned = TRUE; 161 currSlot->needsSlaveAssigned = TRUE;
162 162