mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Re-enable print-rec-addr option
This commit is contained in:
parent
df2b5f896b
commit
9ec26550db
@ -230,7 +230,9 @@ def main():
|
||||
print(f"Failed to find the function with address 0x{args.verbose:x}")
|
||||
return
|
||||
|
||||
print_match_verbose(match, is_plain=args.no_color)
|
||||
print_match_verbose(
|
||||
match, show_both_addrs=args.print_rec_addr, is_plain=args.no_color
|
||||
)
|
||||
return
|
||||
|
||||
### Compare everything.
|
||||
@ -241,7 +243,9 @@ def main():
|
||||
htmlinsert = []
|
||||
|
||||
for match in isle_compare.compare_functions():
|
||||
print_match_oneline(match, is_plain=args.no_color)
|
||||
print_match_oneline(
|
||||
match, show_both_addrs=args.print_rec_addr, is_plain=args.no_color
|
||||
)
|
||||
|
||||
function_count += 1
|
||||
total_accuracy += match.ratio
|
||||
|
||||
Loading…
Reference in New Issue
Block a user