]> granicus.if.org Git - strace/blobdiff - or1k_atomic.c
Fix the length argument passed from print_iovec to decode_netlink
[strace] / or1k_atomic.c
index 54d3a0d9b0795b1cace3c1448d38752adb612120..bb02e0e4c62d9697bfb226ab7450eb7355c0f12e 100644 (file)
@@ -44,7 +44,7 @@
 
 SYS_FUNC(or1k_atomic)
 {
-       printxval_long(atomic_ops, tcp->u_arg[0], "???");
+       printxval64(atomic_ops, tcp->u_arg[0], "???");
        switch(tcp->u_arg[0]) {
        case OR1K_ATOMIC_SWAP:
                tprintf(", 0x%lx, 0x%lx", tcp->u_arg[1], tcp->u_arg[2]);