* util.c (printllval): Handle LINUX_MIPSN64 and SPARC64 defines.
---
 util.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/util.c b/util.c
index 6f9f505..83fdf29 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) || defined(SPARC64)
        if (current_personality == 0) {
                /* Technically, format expects "long long",
                 * but we supply "long". We expect that
-- 
1.8.2.1


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to