(INITIALIZE_TRAMPOLINE): Make 2:nd flush, end_addr,
authorRichard Stallman <rms@gnu.org>
Tue, 18 May 1993 15:40:21 +0000 (15:40 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 18 May 1993 15:40:21 +0000 (15:40 +0000)
at the last real insn in the trampoline.

From-SVN: r4494

gcc/config/pa/pa.h

index ef9e305..2e2318f 100644 (file)
@@ -1007,7 +1007,7 @@ extern union tree_node *current_function_decl;
   /* fdc and fic only use registers for the address to flush,  \
      they do not accept integer displacements.  */             \
   start_addr = force_reg (SImode, (TRAMP));                    \
-  end_addr = force_reg (SImode, plus_constant (start_addr, TRAMPOLINE_SIZE));\
+  end_addr = force_reg (SImode, plus_constant ((TRAMP), 8));   \
   emit_insn (gen_cacheflush (start_addr, end_addr));           \
 }