summaryrefslogtreecommitdiff
path: root/utils/kl/span.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/kl/span.c')
-rw-r--r--utils/kl/span.c2
1 files changed, 2 insertions, 0 deletions
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;