* config/tc-mips.c (macro): One more use of load_delay_nop.

This commit is contained in:
Thiemo Seufer 2004-04-22 22:00:47 +00:00
parent d195bc9fb0
commit 017315e42d
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config/tc-mips.c (macro): One more use of load_delay_nop.
2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
* config/tc-mips.c (load_delay_nop): New function.

View File

@ -7554,8 +7554,7 @@ macro2 (struct mips_cl_insn *ip)
if (treg == tempreg)
return;
/* Protect second load's delay slot. */
if (!gpr_interlocks)
macro_build (NULL, "nop", "");
load_delay_nop ();
move_register (treg, tempreg);
break;