From e1263595524a2f3ac6bf7b798e3e17ae0c6b906f Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 26 May 2026 16:38:04 +0000 Subject: fix jrcxz/jecxz/jcxz having "two operands" --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 906ccdb..0765b68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## 2.1.1 + +* fix jrcxz/jecxz/jcxz having "two operands". accessing the "second" operand + through `Instruction::operand` is a guaranteed panic. + ## 2.1.0 ### additions -- cgit v1.1