mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
fix small error in script
This commit is contained in:
parent
63e42fc4ee
commit
17a771f993
@ -216,7 +216,7 @@ def compare_function_stacks(udiff: CombinedDiffOutput, fn_symbol: SymbolsEntry):
|
|||||||
warnings.error_map_not_bijective = True
|
warnings.error_map_not_bijective = True
|
||||||
|
|
||||||
# Show offsets from the debug symbols that we have not encountered in the diff
|
# Show offsets from the debug symbols that we have not encountered in the diff
|
||||||
all_recomp_offsets = set(x.orig.offset for x in stack_pairs).union(
|
all_recomp_offsets = set(x.recomp.offset for x in stack_pairs).union(
|
||||||
stack_symbols.keys()
|
stack_symbols.keys()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user