Skip to content

Commit

Permalink
Add missing instruction to vestigial copro_dis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Nov 4, 2024
1 parent 3708588 commit b994c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/copro_dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def gpioxsc(val):
(r'mcr2\s*p?7, #?0, (.*), cr?(.*), cr?(.*), [\{#]1}?', lambda m: 'rcp_canary_check {0}, 0x{1:02x} ({1}), nodelay'.format(m.group(1), int(m.group(2)) * 16 + int(m.group(3)))),

(r'mrc\s*p?7, #?1, (.*), cr?(.*), cr?(.*), [\{#]0}?', r'rcp_canary_status \1, delay'),
(r'mrc2\s*p?7, #?1, (.*), cr?(.*), cr?(.*), [\{#]0}?', r'rcp_canary_status \1, nodelay'),
(r'mcr\s*p?7, #?1, (.*), cr?(.*), cr?(.*), [\{#]0}?', r'rcp_bvalid \1, delay'),
(r'mcr2\s*p?7, #?1, (.*), cr?(.*), cr?(.*), [\{#]0}?', r'rcp_bvalid \1, nodelay'),

Expand Down

0 comments on commit b994c9f

Please sign in to comment.