65c65,67
< decode_block = specializeInst(Name, list(opTypeSet), EmulEnv())
---
> blocks = specializeInst(Name, list(opTypeSet), EmulEnv())
> (header_output, decoder_output,
> decode_block, exec_output) = blocks.makeList()
72c74,76
< decode_block = doSplitDecode(Name, specializeInst, switchVal, switcher)
---
> blocks = doSplitDecode(Name, specializeInst, switchVal, switcher)
> (header_output, decoder_output,
> decode_block, exec_output) = blocks.makeList()