http://bugs.freedesktop.org/show_bug.cgi?id=25884
--- Comment #20 from Alex Deucher <[email protected]> 2010-03-20 12:04:18 PST --- (In reply to comment #19) > That's an odd for-loop: > > + if (radeon_cs_space_remaining(pScrn) > (nBox * 3 * vtx_count + 5)) { > + loops = 1; > + nBox_loop = nBox; > + } else { > + loops = nBox; > + nBox_loop = 1; > + } > + > + for (i = 0; i > loops; i++) { > > Surely this loop can never execute...? > Whoops, yeah, reverse the logic on those. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
