From f5acc04cb7b0d93b09efe092e4b7c8c318130cb2 Mon Sep 17 00:00:00 2001 From: Masao Uebayashi Date: Sun, 13 Jul 2014 22:53:40 +0000 Subject: boot(9): Cosmetic changes to improve diff'ability. --- sys/arch/sparc64/sparc64/machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc64') diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index 4d28099a0d9..35c6b864aa9 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.165 2014/07/13 22:13:07 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.166 2014/07/13 22:53:39 uebayasi Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -694,7 +694,8 @@ haltsys: str[0] = 0; OF_boot(str); panic("cpu_reboot -- failed"); - /*NOTREACHED*/ + for (;;) ; + /* NOTREACHED */ } u_long dumpmag = 0x8fca0101; /* magic number for savecore */ -- cgit v1.2.3