|
From: Nicholas N. <nj...@cs...> - 2005-05-24 20:08:36
|
On Tue, 24 May 2005, Madhu M. Kurup wrote: > All other checks with VG_N_THREADS are <, except this one. > > - for(tid = 1; tid <= VG_N_THREADS; tid++) > + for(tid = 1; tid < VG_N_THREADS; tid++) Committed, thanks. N |