diff options
Diffstat (limited to 'gcc/config/powerpcspe/darwin.h')
-rw-r--r-- | gcc/config/powerpcspe/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/powerpcspe/darwin.h b/gcc/config/powerpcspe/darwin.h index ac268dc..a454049 100644 --- a/gcc/config/powerpcspe/darwin.h +++ b/gcc/config/powerpcspe/darwin.h @@ -155,7 +155,7 @@ extern int darwin_emit_branch_islands; #undef STACK_DYNAMIC_OFFSET #define STACK_DYNAMIC_OFFSET(FUNDECL) \ - (RS6000_ALIGN (crtl->outgoing_args_size, 16) \ + (RS6000_ALIGN (crtl->outgoing_args_size.to_constant (), 16) \ + (STACK_POINTER_OFFSET)) /* Darwin uses a function call if everything needs to be saved/restored. */ |