From 3df2b18398544184e78446a9e9e25d5be343cf1c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 16 Feb 2014 19:20:57 +0100 Subject: truss: use A instead of X as address format for data dump --- sys/lib/acid/syscall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/lib/acid/syscall b/sys/lib/acid/syscall index 1b1c35c50..0f36c9c7c 100644 --- a/sys/lib/acid/syscall +++ b/sys/lib/acid/syscall @@ -12,7 +12,7 @@ defn printtextordata(addr, n) i = 0; loop 1, n do { if (a[i]>=127) then { - print(fmt(addr, 'X'), ", ", n\D); + print(fmt(addr, 'A'), ", ", n\D); return {}; } i = i+1; -- cgit v1.2.3