summaryrefslogtreecommitdiff
path: root/utils/1l/asm.c
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-04-27 12:51:13 +0100
committerforsyth <forsyth@vitanuova.com>2010-04-27 12:51:13 +0100
commitd67b7dad77bb8aa973dad1f7c3ab0c309b114278 (patch)
tree6794120fb327d6de19cf05eed53f80d877781a3e /utils/1l/asm.c
parent09da2e137d5eb0c940df35d989e4c31ec0654fc4 (diff)
20100427-1251
Diffstat (limited to 'utils/1l/asm.c')
-rw-r--r--utils/1l/asm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/1l/asm.c b/utils/1l/asm.c
index f8dba670..6cf02ed8 100644
--- a/utils/1l/asm.c
+++ b/utils/1l/asm.c
@@ -1259,11 +1259,6 @@ asmea(Prog *p, Adr *a)
diag("unknown addressing mode: %d in %s", t, TNAME);
return 0;
- if(!debug['a'])
- print("%P\n", p);
- diag("bad operand in %s", TNAME);
- return 0;
-
toobig:
if(!debug['a'])
print("%P\n", p);