From 58913fc4e1bb153fe9d8735164ef922f71c2fa97 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 16 Dec 2023 16:12:25 -0800 Subject: fix hreset being disassembled as having second operand of "Nothing" just report it having one operand... --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 4653f57..d420ed0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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()` -- cgit v1.1