diff options
Diffstat (limited to 'gcc/java/except.c')
-rw-r--r-- | gcc/java/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/except.c b/gcc/java/except.c index 03bf4e6853b..f5a64071204 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -381,7 +381,7 @@ prepare_eh_table_type (tree type) return NULL_TREE; if (TYPE_TO_RUNTIME_MAP (output_class) == NULL) - TYPE_TO_RUNTIME_MAP (output_class) = java_treetreehash_create (10, 1); + TYPE_TO_RUNTIME_MAP (output_class) = java_treetreehash_create (10); slot = java_treetreehash_new (TYPE_TO_RUNTIME_MAP (output_class), type); if (*slot != NULL) |