diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index ff8aeb9..8eeda3a 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -477,6 +477,9 @@ struct function /* Nonzero if the current function needs an lsda for exception handling. */ unsigned int uses_eh_lsda : 1; + + /* Nonzero if code to initialize arg_pointer_save_area has been emited. */ + unsigned int arg_pointer_save_area_init : 1; }; /* The function currently being compiled. */ |