From 30917045cff1bed6273cb40ad2d38271cbf64364 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 12 Oct 2020 00:53:23 -0700 Subject: fix negative ip-relative operands showing as `$+-const` they are now `$-const` --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 1c059fe..1bacaee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "yaxpeax-ia64" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bitvec", "yaxpeax-arch", -- cgit v1.1