mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Small update to datacmp and roadmap (#1048)
* Match uninit variables with all nulls * Enable _pnhHeap variable for ISLE * Roadmap bugfix for ordinal import dummy addrs * Format fix
This commit is contained in:
@@ -415,7 +415,9 @@ def main():
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user