mirror of
https://github.com/zeldaret/botw
synced 2026-07-09 06:03:25 -04:00
tools: Update asm-differ
This commit is contained in:
+1
-1
Submodule tools/asm-differ updated: 9d79eb9f53...220bfd266c
+1
-1
@@ -33,7 +33,7 @@ if info is not None:
|
||||
|
||||
print(f"diffing: {Style.BRIGHT}{Fore.BLUE}{cxxfilt.demangle(info.decomp_name)}{Style.RESET_ALL} {Style.DIM}({info.decomp_name}){Style.RESET_ALL}")
|
||||
addr_end = info.addr + info.size
|
||||
subprocess.call(["tools/asm-differ/diff.py", "-e", info.decomp_name, "0x%016x" %
|
||||
subprocess.call(["tools/asm-differ/diff.py", "-I", "-e", info.decomp_name, "0x%016x" %
|
||||
info.addr, "0x%016x" % addr_end] + unknown)
|
||||
|
||||
if info.status == utils.FunctionStatus.NonMatching:
|
||||
|
||||
Reference in New Issue
Block a user