From c0927006217e7a7e0214add5828659287c7498d6 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 27 Apr 2010 21:15:13 +0100 Subject: 20100427-2115 --- utils/kl/span.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/kl/span.c') diff --git a/utils/kl/span.c b/utils/kl/span.c index fdfb8034..a788b8d3 100644 --- a/utils/kl/span.c +++ b/utils/kl/span.c @@ -182,6 +182,7 @@ aclass(Adr *a) instoffset = s->value + a->offset + INITDAT; /* not sure why this barfs */ return C_LCON; +/* if(instoffset == 0) return C_ZCON; if(instoffset >= -0x1000 && instoffset <= 0xfff) @@ -189,6 +190,7 @@ return C_LCON; if((instoffset & 0x3ff) == 0) return C_UCON; return C_LCON; +*/ case D_AUTO: instoffset = autosize + a->offset; -- cgit v1.2.3