"Maciej W. Rozycki" wrote: > > On Fri, 27 Jun 2003 kwalker@linux-mips.org wrote: > > > Modified files: > > arch/mips/lib : memcpy.S > > arch/mips64/lib: memcpy.S > > > > Log message: > > fix bug in getting the thread's BUADDR in l_exc case > > There's still missing a load delay slot filler there. I'm checking in an > obvious fix immediately. What about the other back-to-back loads in that file (9 lines above)? My CPU doesn't care about the load delay slot, so I didn't think to add the nop. At least my patch didn't introduce the problem ;-) Kip