diff options
author | iximeow <me@iximeow.net> | 2020-10-27 00:57:33 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-10-27 00:57:33 -0700 |
commit | 39aaebeb48c30b96b4ff8b66663a1452e2571426 (patch) | |
tree | 6d87158a84ab9e9865bdb86a2ab27290cdb94436 /Cargo.toml | |
parent | fb9ead64e6c7d96c02627b01b6a85921e2d8f7a4 (diff) |
fix misdecode of instructions in opcode 0x800.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.1.2" +version = "0.1.3" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" |