Skip to content

Commit

Permalink
adapt reged to fit current nm output
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Jul 8, 2022
1 parent 6131f48 commit 679e72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosy.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def parse_elffile(elffile, prefix, appdir, riot_base=None):
c = re.compile(r"(?P<addr>[0-9a-f]+) "
r"(?P<type>[tbdTDB]) "
r"(?P<sym>[0-9a-zA-Z_$.]+)\s+"
r"(.+/)?"
r"(.*/)?"
r"("
r"{appdir}|"
r"{riot_base}|"
Expand Down

0 comments on commit 679e72a

Please sign in to comment.