summaryrefslogtreecommitdiff
path: root/java/sablevm/files/patch-ae
blob: 4e77bebea848f0802f003d7f218c8513eaaa1350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ur sablevm-0.1.6.orig/src/libsablevm/error.c sablevm-0.1.6/src/libsablevm/error.c
--- sablevm-0.1.6.orig/src/libsablevm/error.c	Sun Apr 15 03:52:45 2001
+++ sablevm-0.1.6/src/libsablevm/error.c	Tue Jul  9 13:11:04 2002
@@ -202,11 +202,13 @@
       {
 	/* probably NULL pointer exception.  Let's check... */
 
+#if 0
 	if (info->si_addr != NULL)
 	  {
 	    /* not a NULL memory access. We don't handle this. */
 	    goto delegate_0;
 	  }
+#endif
 
 	signal_throw (NULL_POINTER_EXCEPTION);
       }