aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/java/ChangeLog1
-rw-r--r--gcc/java/except.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index e35aad4..31d6201 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -2,6 +2,7 @@
* except.c (check_start_handlers): Re-add prototype lost in last
patch.
+ (maybe_start_try): Remove excess argument to `check_start_handlers'.
2000-02-09 Andrew Haley <aph@cygnus.com>
diff --git a/gcc/java/except.c b/gcc/java/except.c
index 1667e18..83b9a81 100644
--- a/gcc/java/except.c
+++ b/gcc/java/except.c
@@ -400,7 +400,7 @@ maybe_start_try (start_pc, end_pc)
range = range->outer;
current_range = range;
- check_start_handlers (range, start_pc, end_pc);
+ check_start_handlers (range, start_pc);
}
/* Emit any end-of-try-range ending at end_pc and starting before