summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/sparc64/sparc64/openfirm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/openfirm.c b/sys/arch/sparc64/sparc64/openfirm.c
index 68a106a0eda..5c8c7603b29 100644
--- a/sys/arch/sparc64/sparc64/openfirm.c
+++ b/sys/arch/sparc64/sparc64/openfirm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: openfirm.c,v 1.2 2001/08/20 20:23:53 jason Exp $ */
+/* $OpenBSD: openfirm.c,v 1.3 2001/08/24 00:03:23 art Exp $ */
/* $NetBSD: openfirm.c,v 1.13 2001/06/21 00:08:02 eeh Exp $ */
/*
@@ -729,7 +729,7 @@ OF_interpret(char *s, int nreturns, ...)
} args;
if (nreturns != 1)
- panic("XXX - bork bork bork");
+ panic("XXX - OF_interpret: can't handle multiple returns");
args.name = ADR2CELL(&"interpret");
args.nargs = 1;