aboutsummaryrefslogtreecommitdiff
path: root/sim/common/dv-cfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/dv-cfi.c')
-rw-r--r--sim/common/dv-cfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/dv-cfi.c b/sim/common/dv-cfi.c
index afc020a..b865227 100644
--- a/sim/common/dv-cfi.c
+++ b/sim/common/dv-cfi.c
@@ -610,7 +610,7 @@ attach_cfi_regs (struct hw *me, struct cfi *cfi)
if (cfi_cmdsets[i]->id == ival)
cfi->cmdset = cfi_cmdsets[i];
if (cfi->cmdset == NULL)
- hw_abort (me, "cmdset %u not supported", ival);
+ hw_abort (me, "cmdset %" PRIiTC " not supported", ival);
if (ret == 2)
{