aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/mips.igen
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r--sim/mips/mips.igen3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 3589b31..e83f561 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -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;
}
}