X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=util.c;h=6acdbc2946805629294e2c43586b12240ed670b3;hb=ea0d2a60b1c00b41696ef223df2377809b9e1fa9;hp=970faa44b1cc4274b34118ae930d99f7ab8041b5;hpb=7a498be266b80b7fef70fe74deed269ae3881525;p=strace diff --git a/util.c b/util.c index 970faa44..6acdbc29 100644 --- 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