Skip to content

Commit

Permalink
print_latex: adjust previous patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold-cern committed Sep 22, 2023
1 parent a2e2c1f commit bb7587e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/cheby/print_latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def escape_printable(text):
return text


def print_reg(fd, r, raw, print_reg_drawing, word_size):
def print_reg(fd, r, raw, print_reg_drawing):
ACCESSES = {
"rw": "read/write",
"wo": "write-only",
Expand Down

0 comments on commit bb7587e

Please sign in to comment.