From: Andreas Schwab Date: Sat, 30 Mar 2013 21:31:56 +0000 (+0100) Subject: AArch64: Fix printing of long long value X-Git-Tag: v4.8~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=341d09a8fe29da9e8292a5b35c990bd55506c59e;p=strace AArch64: Fix printing of long long value * util.c (printllval): Fix printing of long long values on AArch64. Signed-off-by: Andreas Schwab --- diff --git a/util.c b/util.c index fa552cc2..a7661a59 100644 --- a/util.c +++ b/util.c @@ -185,7 +185,7 @@ 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) +#if defined(X86_64) || defined(POWERPC64) || defined(TILE) || defined(AARCH64) if (current_personality == 0) { /* Technically, format expects "long long", * but we supply "long". We expect that