Skip to content

Commit

Permalink
Cater for an old programming mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed May 1, 2021
1 parent 2909b53 commit 9f35f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/R1000_400/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def example():
for a, b in SYMBOLS.items():
cx.m.set_label(a, b)

data.Const(cx.m, 0x0007765c, 0x00077662)

resha_section(
cx.m,
0x70000,
Expand Down Expand Up @@ -311,7 +313,6 @@ def txts(a, b, align=2, label=False):
0x76990,
0x76a46,
0x76220,
# 0x77666,
):
data.Txt(cx.m, a)

Expand Down

0 comments on commit 9f35f84

Please sign in to comment.