From 90ae681ae0a9c7700b8e534c7eda3c82f3439afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 22 Sep 2020 23:35:26 +0200 Subject: [PATCH] tools: Update asm-differ --- tools/asm-differ | 2 +- tools/diff.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/asm-differ b/tools/asm-differ index 9d79eb9f..220bfd26 160000 --- a/tools/asm-differ +++ b/tools/asm-differ @@ -1 +1 @@ -Subproject commit 9d79eb9f539e5fa58fe63c62862661c5d9ce0d27 +Subproject commit 220bfd266cacdc816f6a516a5bb22bb2377c0c83 diff --git a/tools/diff.py b/tools/diff.py index 85b35822..800d089d 100755 --- a/tools/diff.py +++ b/tools/diff.py @@ -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: