diff options
author | iximeow <me@iximeow.net> | 2023-12-16 16:12:25 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-12-16 16:12:25 -0800 |
commit | 58913fc4e1bb153fe9d8735164ef922f71c2fa97 (patch) | |
tree | 6106f045b08b6c48cc47ca7ac41f9997fec2ad91 /CHANGELOG | |
parent | 83b12fc09a69cc5324f6f002b8c52382d4b236d1 (diff) |
fix hreset being disassembled as having second operand of "Nothing"
just report it having one operand...
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +## 1.2.2 + +* fix `hreset` reporting two operands, with a second operand of `Nothing`. + this is not exactly a *bug*, there is in fact no second operand and libraries + probably ought to handle `Nothing` identically to having no operand reported + at all. but `yaxpeax-x86` intends to not report superfluous operands. + ## 1.2.1 * fix incorrect register numbers used in `RegSpec::r12()` and `RegSpec::r13()` |