diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-02-19 00:13:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-02-19 00:13:38 +0000 |
commit | ee18ec7e57e0647ffed068dc2cac35665754008a (patch) | |
tree | 56f95f5f6b2f87e029c3d14a8f962283649f080c /gnu | |
parent | f48793694759ad83f9e10acd5aa6f410e3922f34 (diff) |
oops
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/pa/pa.h b/gnu/egcs/gcc/config/pa/pa.h index b4a6f9d5ac5..62b571783cc 100644 --- a/gnu/egcs/gcc/config/pa/pa.h +++ b/gnu/egcs/gcc/config/pa/pa.h @@ -1395,7 +1395,7 @@ extern union tree_node *current_function_decl; end_addr = force_reg (SImode, plus_constant (start_addr, 32)); \ emit_insn (gen_icacheflush (start_addr, end_addr, start_addr, \ gen_reg_rtx (SImode), gen_reg_rtx (SImode)));\ - FINALIZE_TRAMPOLINE(TRAMP); + FINALIZE_TRAMPOLINE(TRAMP); \ } /* Emit code for a call to builtin_saveregs. We must emit USE insns which |