mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Roadmap bugfix for ordinal import dummy addrs
This commit is contained in:
parent
bd21f2e0a1
commit
713eefa8a0
@ -415,7 +415,7 @@ def to_roadmap_row(match):
|
||||
displacement = None
|
||||
module_name = None
|
||||
|
||||
if match.recomp_addr is not None:
|
||||
if match.recomp_addr is not None and recomp_bin.is_valid_vaddr(match.recomp_addr):
|
||||
if (module_ref := module_map.get_module(match.recomp_addr)) is not None:
|
||||
(_, module_name) = module_ref
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user