* src/vm/jit/i386/linux/md-os.c (md_signal_handler_sigsegv): Fixed
authortwisti <none@none>
Thu, 24 May 2007 10:23:42 +0000 (10:23 +0000)
committertwisti <none@none>
Thu, 24 May 2007 10:23:42 +0000 (10:23 +0000)
warning.

src/vm/jit/i386/linux/md-os.c

index a5a30049172264957ffd46def7f8df6297ac0f99..6343dd1c27146e16614063dec9ead468b4048a82 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: md-os.c 7955 2007-05-23 18:05:26Z twisti $
+   $Id: md-os.c 7964 2007-05-24 10:23:42Z twisti $
 
 */
 
@@ -107,6 +107,7 @@ void md_signal_handler_sigsegv(int sig, siginfo_t *siginfo, void *_p)
                /* this was a normal NPE */
 
                type = EXCEPTION_HARDWARE_NULLPOINTER;
+               val  = 0;
        }
 
        /* generate appropriate exception */