diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 2a3e823..878de9e 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -83,6 +83,7 @@ struct function int has_computed_jump; int is_thunk; rtx nonlocal_goto_handler_slots; + rtx nonlocal_goto_handler_labels; rtx nonlocal_goto_stack_level; tree nonlocal_labels; int args_size; |