https://bugs.linaro.org/show_bug.cgi?id=1001

--- Comment #6 from Ola Liljedahl <[email protected]> ---
The second patch (42313), is this because "continue" (when the loop detects
empty queues) would incorrectly perform the increments (j++, id++). By moving
them to the end of the loop body, continue will not perform those increments.

I don't know this code good enough to know whether this is the correct
solution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to