diff options
Diffstat (limited to 'sys/arch/alpha/stand/prom.c')
-rw-r--r-- | sys/arch/alpha/stand/prom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/stand/prom.c b/sys/arch/alpha/stand/prom.c index 86c229945d3..7c7ed64672d 100644 --- a/sys/arch/alpha/stand/prom.c +++ b/sys/arch/alpha/stand/prom.c @@ -1,5 +1,5 @@ -/* $OpenBSD: prom.c,v 1.4 1996/11/27 19:54:49 niklas Exp $ */ -/* $NetBSD: prom.c,v 1.1 1995/11/23 02:39:07 cgd Exp $ */ +/* $OpenBSD: prom.c,v 1.5 1997/01/24 19:58:07 niklas Exp $ */ +/* $NetBSD: prom.c,v 1.2 1996/11/25 16:18:16 cgd Exp $ */ /* * Mach Operating System @@ -46,7 +46,7 @@ init_prom_calls() c = (struct crb *)((u_int8_t *)r + r->rpb_crb_off); prom_dispatch_v.routine_arg = c->crb_v_dispatch; - prom_dispatch_v.routine = c->crb_v_dispatch->code; + prom_dispatch_v.routine = c->crb_v_dispatch->entry_va; /* Look for console tty. */ prom_getenv(PROM_E_TTY_DEV, buf, 4); |