On Fri, Oct 04, 2002 at 03:01:17PM +0200, Maciej W. Rozycki wrote: > > > Is a bus error exception an address related exception ? > > > I'm afraid some implementation think it's not. > > > > So you need an option for broken systems, no new news 8) > > For MIPS a bus error exception is not an address related exception by > definition (not surprising, anyway). Specifically, the BadVaddr register > is not set upon one. A particular pain is the exception can be delayed almost arbitrarily due to posted writes. So quite frequently there is no easy association between the machine state at exception time and the cause ... Ralf