On Tue, 5 Jun 2001, Sander Striker wrote: > > - if (!mem_sys->parent_mem_sys) > > - return; > > - > > - parent = mem_sys > > + parent = mem_sys->parent_mem_sys; > > This line should read: > parent = mem_sys; > > The condition is also satified if the memory system itself is > tracking. The naming may be confusing, but this is how it > should be.
I wondered about that and was going to ask. Thanks. Commit coming. =-) --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA