Skip to content

Commit

Permalink
adapting to modifications on build_spec in cfg_block
Browse files Browse the repository at this point in the history
  • Loading branch information
tutugordillo committed Sep 12, 2024
1 parent 9f14b76 commit 4000d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liveness/layout_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def _construct_code_from_block(self, block: CFGBlock, input_stacks: Dict[str, Li
output_stacks[block_id] = output_stack

# We build the corresponding specification
block_json, new_tag_idx = block.build_spec(self._tags_dict, self._tags_idx)
block_json, out_idx, new_tag_idx = block.build_spec(self._tags_dict, self._tags_idx)
self._tags_idx = new_tag_idx

# Modify the specification to update the input stack and output stack fields
Expand Down

0 comments on commit 4000d8e

Please sign in to comment.