diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +## 0.2.5 +* fix decoding armv8 a64 hint instructions + - in some cases the displayed hint instruction was incorrect + - additionally, the `op1` field in decoded instructions included two more + bits than it should + - thanks to belovdv for the patch! +* improve decoding of armv8 a64 msr instructions + - decoding of the `PstateField` immediate value was just terribly wrong. + - this should be improved to more precisely match section `C5.1.3` + "architectural hints, barriers and CLREX, and PSTATE access", but least + fields are decoded properly. + ## 0.2.4 * fix `no_std` builds * several fixes relating to arm- and thumb-mode v7 branch offset decoding |