NetBSD/sys/arch/mips
jonathan be2c7f3d13 If we panic inside trap(), Do a stack traceback before printing the trap log.
Also change the stack-traceback code to avoid having multiple returns
(and thus multiple stack pops) because with gcc -O2 that breaks the
heuristic that a "jr ra" preceding the PC precedes code to push the
current stack frame.  Which breaks stacktrace() before it even
traces past itself :-(.  Use a goto instead.
1995-05-02 19:51:52 +00:00
..
include - added sunos_machdep.c for sun3, atari, amiga and mac68k. 1995-04-22 20:24:40 +00:00
mips If we panic inside trap(), Do a stack traceback before printing the trap log. 1995-05-02 19:51:52 +00:00