Skip to content

Commit

Permalink
Empty original_instrs + yul code field
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcere committed Jul 4, 2024
1 parent 10abd6e commit df7111d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions parser/cfg_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@ def _build_spec_for_block(self, instructions):
if member:
output_stack = [o_arg]+output_stack



spec["original_instrs"] = '\n'.join(list(map(lambda x: x.get_instruction_representation(),instructions)))
spec["original_instrs"] = ""
spec["yul_expressions"] = '\n'.join(list(map(lambda x: x.get_instruction_representation(),instructions)))
spec["src_ws"] = input_stack
spec["tgt_ws"] = output_stack
spec["user_instrs"] = uninter_functions
Expand Down

0 comments on commit df7111d

Please sign in to comment.