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 014ed13..d5e6cd0 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -146,6 +146,7 @@ struct function rtx ehc; /* For expr.c. */ + rtx pending_chain; int pending_stack_adjust; int inhibit_defer_pop; rtx saveregs_value; |