summaryrefslogtreecommitdiff
path: root/target-arm/nwfpe/fpa11_cprt.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/nwfpe/fpa11_cprt.c')
-rw-r--r--target-arm/nwfpe/fpa11_cprt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/nwfpe/fpa11_cprt.c b/target-arm/nwfpe/fpa11_cprt.c
index fe295e1aa7..91f2d80018 100644
--- a/target-arm/nwfpe/fpa11_cprt.c
+++ b/target-arm/nwfpe/fpa11_cprt.c
@@ -133,7 +133,7 @@ unsigned int PerformFIX(const unsigned int opcode)
case typeDouble:
{
- //printf("F%d is 0x%llx\n",Fn,fpa11->fpreg[Fn].fDouble);
+ //printf("F%d is 0x%" PRIx64 "\n",Fn,fpa11->fpreg[Fn].fDouble);
writeRegister(getRd(opcode),
float64_to_int32(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status));
}