Subject: Re: Stability of 2.0_RCx?
To: Christian Groessler <cpg@aladdin.de>
From: Marcus Comstedt <marcus@mc.pp.se>
List: port-dreamcast
Date: 12/13/2004 22:45:59
Christian Groessler <cpg@aladdin.de> writes:

> I wonder why the dreamcast reboots and not simply freezes or enters
> ddb. How does this reboot happen?

Usually a "spontaneous reboot" is the result of an exception happening
when already running in an interrupt or exception handler.  Interrupts
and exceptions don't "nest" on the SuperH, so while the handler is
running there is just a mask bit in the status register that defers
interrupts and causes exceptions to reboot the system.


  // Marcus