summaryrefslogtreecommitdiff
path: root/utils/kl/span.c
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-04-27 21:15:13 +0100
committerforsyth <forsyth@vitanuova.com>2010-04-27 21:15:13 +0100
commitc0927006217e7a7e0214add5828659287c7498d6 (patch)
tree528acb9e0df2d33eaa2481b8e3ff37c252082fd2 /utils/kl/span.c
parent2303ddadf6e5cbf9705ccf25abe6114af1126b79 (diff)
20100427-2115
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;