Fix building for sparc64 targets

* util.c (printllval): Handle SPARC64 define.
This commit is contained in:
Mike Frysinger 2013-05-04 13:25:22 -04:00 committed by Dmitry V. Levin
parent 921744d5e7
commit 80acf62207

2
util.c
View File

@ -178,7 +178,7 @@ int
printllval(struct tcb *tcp, const char *format, int arg_no)
{
#if defined(X86_64) || defined(POWERPC64) || defined(TILE) || defined(AARCH64) || \
defined(LINUX_MIPSN64)
defined(LINUX_MIPSN64) || defined(SPARC64)
if (current_personality == 0) {
/* Technically, format expects "long long",
* but we supply "long". We expect that