Removed spurious development debug print
1 files changed, 0 insertions(+), 1 deletions(-) M asm.c
M asm.c => asm.c +0 -1
@@ 431,7 431,6 @@ parseline(char *l) int i = 2; inst = newinst(OP_BR); while(t[i]){ - print("%c\n", t[i]); switch(t[i]){ case 'n': inst->mode |= FL_NEG;