aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/options.c')
-rw-r--r--sim/ppc/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/options.c b/sim/ppc/options.c
index ddb492f..e327187 100644
--- a/sim/ppc/options.c
+++ b/sim/ppc/options.c
@@ -233,7 +233,7 @@ print_options (void)
(((i == ARRAY_SIZE (defines) - 1)
|| (((i + 1) % cols) == 0))
? 0
- : max_len + 4 - strlen (defines[i])),
+ : max_len + 4 - (int)strlen (defines[i])),
"");
}
printf_filtered ("\n");