diff options
author | iximeow <me@iximeow.net> | 2020-10-12 00:53:23 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-10-12 00:53:23 -0700 |
commit | 30917045cff1bed6273cb40ad2d38271cbf64364 (patch) | |
tree | 91335f52601db75197b908d0fb8ddd9ede496a87 /Cargo.lock | |
parent | c903c7ece85d22f3ee310ebaaa73241402e0be70 (diff) |
fix negative ip-relative operands showing as `$+-const`
they are now `$-const`
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "yaxpeax-ia64" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bitvec", "yaxpeax-arch", |