From: | YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx> |
Date: | Sat, 23 Jan 2010 08:06:20 +0900 |
On 1/23/10 07:52 AM, YONETANI Tomokazu wrote: > except > for changing the variable `i' when swap_burst_read is set. This part was wrong, `++i' never gets executed because of `break', so i is always set to 1.