OSDN Git Service

2002-02-24 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Thu, 25 Apr 2002 05:37:03 +0000 (05:37 +0000)
committerChris Demetriou <cgd@google.com>
Thu, 25 Apr 2002 05:37:03 +0000 (05:37 +0000)
        * mips.igen: Fix formatting of calls to Unpredictable().

sim/mips/ChangeLog
sim/mips/mips.igen

index fd7abee..bdfd8a8 100644 (file)
@@ -1,3 +1,7 @@
+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.
index b3624dc..7cb9d10 100644 (file)
   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)
     {