]> git.lizzy.rs Git - plan9front.git/commitdiff
truss: use A instead of X as address format for data dump
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sun, 16 Feb 2014 18:20:57 +0000 (19:20 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sun, 16 Feb 2014 18:20:57 +0000 (19:20 +0100)
sys/lib/acid/syscall

index 1b1c35c50f46408e2bef0c134693cb97624fac42..0f36c9c7c233b36f1b43afe97a7234f6cd5e5b5c 100644 (file)
@@ -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;