diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index ba7597c..a176e0a 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -266,7 +266,7 @@ struct GTY(()) rtl_data { /* List (chain of EXPR_LIST) of labels heading the current handlers for nonlocal gotos. */ - rtx x_nonlocal_goto_handler_labels; + rtx_expr_list *x_nonlocal_goto_handler_labels; /* Label that will go on function epilogue. Jumping to this label serves as a "return" instruction |