diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 06e90dc88aa..786e062a487 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -142,6 +142,8 @@ struct function rtx catch_clauses; struct label_node *false_label_stack; struct label_node *caught_return_label_stack; + rtx eh_stub_label; + rtx eh_old_stub_label; tree protect_list; rtx ehc; |