mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-10 21:30:04 +00:00
Remove debug prints
This commit is contained in:
parent
518b4e2680
commit
0045d0eabb
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user