diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index f21d833..7a7a0e5 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -3141,7 +3141,7 @@ reg_to_stack (void) the PIC register hasn't been set up. In that case, fall back on zero, which we can get from `ldz'. */ - if (flag_pic) + if (flag_pic && !TARGET_64BIT) not_a_num = CONST0_RTX (SFmode); else { |