summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/bootxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/stand/bootxx.c')
-rw-r--r--sys/arch/alpha/stand/bootxx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/stand/bootxx.c b/sys/arch/alpha/stand/bootxx.c
index 0dcf15ee611..19396e3e7b8 100644
--- a/sys/arch/alpha/stand/bootxx.c
+++ b/sys/arch/alpha/stand/bootxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootxx.c,v 1.9 2002/03/14 01:26:27 millert Exp $ */
+/* $OpenBSD: bootxx.c,v 1.10 2004/07/05 19:59:17 deraadt Exp $ */
/* $NetBSD: bootxx.c,v 1.4 1997/01/18 00:28:59 cgd Exp $ */
/*
@@ -147,7 +147,9 @@ main()
return;
}
+#if 0
puts("Jumping to entry point...\n");
+#endif
entry = (void (*)())loadaddr;
(*entry)();
puts("SECONDARY BOOT BLOCK RETURNED!\n");