diff --git a/sys/arch/hp300/hp300/trap.c b/sys/arch/hp300/hp300/trap.c index b59454f56854..0239b792745c 100644 --- a/sys/arch/hp300/hp300/trap.c +++ b/sys/arch/hp300/hp300/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.26 1994/10/26 07:26:02 cgd Exp $ */ +/* $NetBSD: trap.c,v 1.27 1995/01/18 07:37:06 mycroft Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -280,9 +280,9 @@ copyfault: * The user has most likely trashed the RTE or FP state info * in the stack frame of a signal handler. */ - type |= T_USER; printf("pid %d: kernel %s exception\n", p->p_pid, type==T_COPERR ? "coprocessor" : "format"); + type |= T_USER; p->p_sigacts->ps_sigact[SIGILL] = SIG_DFL; i = sigmask(SIGILL); p->p_sigignore &= ~i;