summaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 1671cf67b5c..b5a219ec2ea 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -137,7 +137,7 @@ extern rtx expand_builtin_dwarf_fp_regnum PARAMS ((void));
extern void expand_builtin_eh_return PARAMS ((tree, tree));
extern void expand_eh_return PARAMS ((void));
-extern rtx get_exception_pointer PARAMS ((void));
+extern rtx get_exception_pointer PARAMS ((struct function *));
struct function;
struct inline_remap;