+2002-02-24 Chris Demetriou <cgd@broadcom.com>
+
+ * mips.igen: Fix formatting of calls to Unpredictable().
+
2002-04-20 Andrew Cagney <ac131313@redhat.com>
* interp.c (sim_open): Revert previous change.
unsigned32 temp = GPR[RS];
unsigned32 i, mask;
if (RT != RD)
- Unpredictable();
+ Unpredictable ();
TRACE_ALU_INPUT1 (GPR[RS]);
for (mask = ((unsigned32)1<<31), i = 0; i < 32; ++i)
{
unsigned32 temp = GPR[RS];
unsigned32 i, mask;
if (RT != RD)
- Unpredictable();
+ Unpredictable ();
TRACE_ALU_INPUT1 (GPR[RS]);
for (mask = ((unsigned32)1<<31), i = 0; i < 32; ++i)
{
unsigned64 mask;
check_u64 (SD_, instruction_0);
if (RT != RD)
- Unpredictable();
+ Unpredictable ();
TRACE_ALU_INPUT1 (GPR[RS]);
for (mask = ((unsigned64)1<<63), i = 0; i < 64; ++i)
{
unsigned64 mask;
check_u64 (SD_, instruction_0);
if (RT != RD)
- Unpredictable();
+ Unpredictable ();
TRACE_ALU_INPUT1 (GPR[RS]);
for (mask = ((unsigned64)1<<63), i = 0; i < 64; ++i)
{