OSDN Git Service

* mips.igen (DMxC1): Fix format arguments for sim_io_eprintf call.
authorAndrew Cagney <cagney@redhat.com>
Mon, 1 May 2000 07:06:10 +0000 (07:06 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 1 May 2000 07:06:10 +0000 (07:06 +0000)
sim/mips/ChangeLog
sim/mips/mips.igen

index 799159c..c5236a4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 28 20:48:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips.igen (DMxC1): Fix format arguments for sim_io_eprintf call.
+
 Mon Apr 10 00:07:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (decode_coproc): Output long using %lx and not %s.
index 3589b31..e83f561 100644 (file)
        {
          if (STATE_VERBOSE_P(SD))
            sim_io_eprintf (SD, 
-             "Warning: PC 0x%x: DMxC1 32-bit use of odd FPR number\n", CIA);
+             "Warning: PC 0x%lx: DMxC1 32-bit use of odd FPR number\n",
+                           (long) CIA);
          GPR[RT] = SET64HI (0xDEADC0DE) | 0xBAD0BAD0;
        }
     }