diff options
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index e3260c4..e512a33 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -3807,7 +3807,7 @@ hppa_expand_prologue (void) local_fsize += STARTING_FRAME_OFFSET; actual_fsize = compute_frame_size (size, &save_fregs); - if (flag_stack_usage) + if (flag_stack_usage_info) current_function_static_stack_size = actual_fsize; /* Compute a few things we will use often. */ |