Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benburrill committed Jan 8, 2024
1 parent 44221d1 commit 32c48f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hidc/codegen/stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@

# TODO: test for stack overflow in write_int,
# May need up to 4 words of stack space: 1 for RA + 3 for buffer.
# Also probably restructure write loops to make most jumps look only
# lookahead locally.

stdlib_lines = list(filter(None, textwrap.dedent("""
all_is_win:
Expand Down

0 comments on commit 32c48f1

Please sign in to comment.