Skip to content

Commit

Permalink
adding warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tutugordillo committed Nov 22, 2024
1 parent 91447f3 commit 1f02310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solution_generation/reconstruct_bytecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def asm_for_split_instruction(block: CFGBlock, tag_dict: Dict[block_id_T, int],
asm_ins = asm_from_op_info("JUMP", jump_type="[out]")

elif split_ins.get_op_name().startswith("verbatim"):
asm_ins = asm_from_op_info("VERBATIM",0)
asm_ins = asm_from_op_info("VERBATIM",0) #WARNING: Value assigned to verbatim is 0

else:
# Just include the corresponding instruction and the value field for builtin translations
Expand Down

0 comments on commit 1f02310

Please sign in to comment.