From 9b29ac7ea714507a9c0690620c02c8ca5ab25f90 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 22 Jan 2008 21:54:45 +0000 Subject: 20080122-2200 --- appl/lib/debug.b | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appl/lib/debug.b') diff --git a/appl/lib/debug.b b/appl/lib/debug.b index 09273dc7..5e479274 100644 --- a/appl/lib/debug.b +++ b/appl/lib/debug.b @@ -552,7 +552,7 @@ Exp.expand(e: self ref Exp): array of ref Exp k[1] = ref Exp("tl", hex(array of byte tloff), e.pc, e.m, e.p, ref Id(nil, "tl", H, H, t)); return k; Tarray => - (s, err) := pdata(e.p, e.offset, "A"); + (s, nil) := pdata(e.p, e.offset, "A"); if(s == "nil") return nil; (sn, sa) := str->splitl(s, "."); @@ -622,7 +622,7 @@ Exp.expand(e: self ref Exp): array of ref Exp return k; } Tchan => - (s, err) := pdata(e.p, e.offset, "c"); + (s, nil) := pdata(e.p, e.offset, "c"); if(s == "nil") return nil; (sn, sa) := str->splitl(s, "."); -- cgit v1.2.3