mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 12:40:36 +00:00
* config/tc-mips.c (macro): One more use of load_delay_nop.
This commit is contained in:
parent
d195bc9fb0
commit
017315e42d
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user