mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-19 22:31:15 +00:00
To eliminate noise, require the 0x prefix on offset for marker match
This commit is contained in:
parent
5a4c9234a9
commit
93ed16e74a
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
markerRegex = re.compile(
|
markerRegex = re.compile(
|
||||||
r"\s*//\s*(\w+):\s*(\w+)\s+((?:0x)?[a-f0-9]+)",
|
r"\s*//\s*(\w+):\s*(\w+)\s+(0x[a-f0-9]+)",
|
||||||
flags=re.I,
|
flags=re.I,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user