* mips.igen (DMxC1): Fix format arguments for sim_io_eprintf call.

This commit is contained in:
Andrew Cagney
2000-05-01 07:06:10 +00:00
parent dff1420082
commit dd37a34b6f
2 changed files with 6 additions and 1 deletions

View File

@@ -3064,7 +3064,8 @@
{
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;
}
}