Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/alpha Fix bug which prevented SIGFPE delivery



details:   https://anonhg.NetBSD.org/src/rev/8ddfbdb756f4
branches:  trunk
changeset: 520850:8ddfbdb756f4
user:      ross <ross%NetBSD.org@localhost>
date:      Fri Jan 18 22:15:56 2002 +0000

description:
Fix bug which prevented SIGFPE delivery

diffstat:

 sys/arch/alpha/alpha/fp_complete.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3ad9482d433a -r 8ddfbdb756f4 sys/arch/alpha/alpha/fp_complete.c
--- a/sys/arch/alpha/alpha/fp_complete.c        Fri Jan 18 22:00:11 2002 +0000
+++ b/sys/arch/alpha/alpha/fp_complete.c        Fri Jan 18 22:15:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fp_complete.c,v 1.4 2001/08/20 12:20:04 wiz Exp $ */
+/* $NetBSD: fp_complete.c,v 1.5 2002/01/18 22:15:56 ross Exp $ */
 
 /*-
  * Copyright (c) 2001 Ross Harvey
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.4 2001/08/20 12:20:04 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.5 2002/01/18 22:15:56 ross Exp $");
 
 #include "opt_compat_osf1.h"
 
@@ -703,6 +703,7 @@
                        usertrap_pc = trigger_pc;
 #endif
                p->p_md.md_tf->tf_regs[FRAME_PC] = (unsigned long)usertrap_pc;
+               return sig;
        }
        return 0;
 }



Home | Main Index | Thread Index | Old Index