]> granicus.if.org Git - strace/blobdiff - ioperm.c
Simplify print_lld_from_low_high_val ifdefery
[strace] / ioperm.c
index 1a92a26311c54394bd0871b1523f1a7e715a9b51..e9eea7f6f31ac25d48eec2d706415da793021d21 100644 (file)
--- a/ioperm.c
+++ b/ioperm.c
@@ -2,7 +2,7 @@
 
 SYS_FUNC(ioperm)
 {
-       tprintf("%#lx, %#lx, %d",
+       tprintf("%#" PRI_klx ", %#" PRI_klx ", %d",
                tcp->u_arg[0], tcp->u_arg[1], (int) tcp->u_arg[2]);
 
        return RVAL_DECODED;