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.