mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-09 01:25:00 +00:00
Remove debug prints
This commit is contained in:
@@ -355,12 +355,10 @@ def crunch_seq(seq, pass)
|
|||||||
is INDEXB_CODE
|
is INDEXB_CODE
|
||||||
op->opcode = ADDLB_CODE
|
op->opcode = ADDLB_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(':')
|
|
||||||
break
|
break
|
||||||
is INDEXW_CODE
|
is INDEXW_CODE
|
||||||
op->opcode = IDXLB_CODE
|
op->opcode = IDXLB_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(';')
|
|
||||||
break
|
break
|
||||||
wend
|
wend
|
||||||
if pass and not freeops
|
if pass and not freeops
|
||||||
@@ -373,12 +371,10 @@ def crunch_seq(seq, pass)
|
|||||||
is INDEXB_CODE
|
is INDEXB_CODE
|
||||||
op->opcode = ADDLW_CODE
|
op->opcode = ADDLW_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(':')
|
|
||||||
break
|
break
|
||||||
is INDEXW_CODE
|
is INDEXW_CODE
|
||||||
op->opcode = IDXLW_CODE
|
op->opcode = IDXLW_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(';')
|
|
||||||
break
|
break
|
||||||
is CONST_CODE
|
is CONST_CODE
|
||||||
// LLW [n]:CB 8:SHR -> LLB [n+1]
|
// LLW [n]:CB 8:SHR -> LLB [n+1]
|
||||||
@@ -403,12 +399,10 @@ def crunch_seq(seq, pass)
|
|||||||
is INDEXB_CODE
|
is INDEXB_CODE
|
||||||
op->opcode = ADDAB_CODE
|
op->opcode = ADDAB_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(':')
|
|
||||||
break
|
break
|
||||||
is INDEXW_CODE
|
is INDEXW_CODE
|
||||||
op->opcode = IDXAB_CODE
|
op->opcode = IDXAB_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(';')
|
|
||||||
break
|
break
|
||||||
wend
|
wend
|
||||||
if pass and not freeops and not is_hardware_address(op=>opoffset)
|
if pass and not freeops and not is_hardware_address(op=>opoffset)
|
||||||
@@ -421,12 +415,10 @@ def crunch_seq(seq, pass)
|
|||||||
is INDEXB_CODE
|
is INDEXB_CODE
|
||||||
op->opcode = ADDAW_CODE
|
op->opcode = ADDAW_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(':')
|
|
||||||
break
|
break
|
||||||
is INDEXW_CODE
|
is INDEXW_CODE
|
||||||
op->opcode = IDXAW_CODE
|
op->opcode = IDXAW_CODE
|
||||||
freeops = 1
|
freeops = 1
|
||||||
putc(';')
|
|
||||||
break
|
break
|
||||||
is CONST_CODE
|
is CONST_CODE
|
||||||
// LLW [n]:CB 8:SHR -> LLB [n+1]
|
// LLW [n]:CB 8:SHR -> LLB [n+1]
|
||||||
|
Reference in New Issue
Block a user