diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 3d691bc..f328806 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -1293,7 +1293,7 @@ make_method_value (mdecl) { /* Compute the `throws' information for the method. */ - tree table = integer_zero_node; + tree table = null_pointer_node; if (DECL_FUNCTION_THROWS (mdecl) != NULL_TREE) { int length = 1 + list_length (DECL_FUNCTION_THROWS (mdecl)); |