1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-06 01:55:47 +00:00

Remove debug prints

This commit is contained in:
David Schmenk 2018-03-14 11:59:39 -07:00
parent 518b4e2680
commit 0045d0eabb

View File

@ -355,12 +355,10 @@ def crunch_seq(seq, pass)
is INDEXB_CODE
op->opcode = ADDLB_CODE
freeops = 1
putc(':')
break
is INDEXW_CODE
op->opcode = IDXLB_CODE
freeops = 1
putc(';')
break
wend
if pass and not freeops
@ -373,12 +371,10 @@ def crunch_seq(seq, pass)
is INDEXB_CODE
op->opcode = ADDLW_CODE
freeops = 1
putc(':')
break
is INDEXW_CODE
op->opcode = IDXLW_CODE
freeops = 1
putc(';')
break
is CONST_CODE
// LLW [n]:CB 8:SHR -> LLB [n+1]
@ -403,12 +399,10 @@ def crunch_seq(seq, pass)
is INDEXB_CODE
op->opcode = ADDAB_CODE
freeops = 1
putc(':')
break
is INDEXW_CODE
op->opcode = IDXAB_CODE
freeops = 1
putc(';')
break
wend
if pass and not freeops and not is_hardware_address(op=>opoffset)
@ -421,12 +415,10 @@ def crunch_seq(seq, pass)
is INDEXB_CODE
op->opcode = ADDAW_CODE
freeops = 1
putc(':')
break
is INDEXW_CODE
op->opcode = IDXAW_CODE
freeops = 1
putc(';')
break
is CONST_CODE
// LLW [n]:CB 8:SHR -> LLB [n+1]