From: Mike Frysinger Date: Sat, 4 May 2013 05:42:54 +0000 (-0400) Subject: Fix building for mips n64 targets X-Git-Tag: v4.8~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=921744d5e72022e68158efa7052f1d7ebe193cc1;p=strace Fix building for mips n64 targets * util.c (printllval): Handle LINUX_MIPSN64 define. --- diff --git a/util.c b/util.c index 6f9f5057..db152abc 100644 --- a/util.c +++ b/util.c @@ -177,7 +177,8 @@ printxval(const struct xlat *xlat, int val, const char *dflt) int printllval(struct tcb *tcp, const char *format, int arg_no) { -#if defined(X86_64) || defined(POWERPC64) || defined(TILE) || defined(AARCH64) +#if defined(X86_64) || defined(POWERPC64) || defined(TILE) || defined(AARCH64) || \ + defined(LINUX_MIPSN64) if (current_personality == 0) { /* Technically, format expects "long long", * but we supply "long". We expect that