]> granicus.if.org Git - strace/blobdiff - util.c
Update AF_*, PF_*, MSG_*, and TCP_* constants
[strace] / util.c
diff --git a/util.c b/util.c
index 970faa44b1cc4274b34118ae930d99f7ab8041b5..6acdbc2946805629294e2c43586b12240ed670b3 100644 (file)
--- a/util.c
+++ b/util.c
@@ -207,7 +207,10 @@ printllval(struct tcb *tcp, const char *format, int arg_no)
                arg_no += 2;
        }
 #else
-# if defined(ARM) || defined(POWERPC)
+# if defined __ARM_EABI__ || \
+     defined LINUX_MIPSO32 || \
+     defined POWERPC || \
+     defined XTENSA
        /* Align arg_no to the next even number. */
        arg_no = (arg_no + 1) & 0xe;
 # endif