No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / libbug / return.c
blob70d2807c08f836746a00a965c7399a10aa3da6f2
1 /* $NetBSD: return.c,v 1.2 1996/05/17 19:51:02 chuck Exp $ */
3 /*
4 * bug routines -- assumes that the necessary sections of memory
5 * are preserved.
6 */
7 #include <sys/types.h>
8 #include <machine/prom.h>
10 #include "stand.h"
11 #include "libbug.h"
13 /* BUG - return to bug routine */
14 __dead void
15 _rtt(void)
18 MVMEPROM_CALL(MVMEPROM_EXIT);
19 printf("%s: exit failed. spinning...", __func__);
20 for (;;)
22 /*NOTREACHED*/