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 f9b9a9a924b..06e90dc88aa 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -113,6 +113,7 @@ struct function int temp_slot_level; int target_temp_slot_level; int var_temp_slot_level; + int instrument_entry_exit; /* This slot is initialized as 0 and is added to during the nested function. */ struct var_refs_queue *fixup_var_refs_queue; |