Java: Fix a bug where Arm.Operand is wrongly calculated for the second and following operands

This commit is contained in:
Andreas Kirschbaum 2016-11-02 23:16:56 +01:00
parent 5bc875afc6
commit d31f94f7a1
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
This file details the changelog of Capstone.
[ Arm ]
- Fix a bug where Arm.Operand is wrongly calculated for the second and
following operands
---------------------------------
Version 3.0.2: March 11th, 2015

View File

@ -55,8 +55,8 @@ public class Arm {
public int type;
public OpValue value;
public boolean subtracted;
public int access;
public int neon_lane;
public byte access;
public byte neon_lane;
public void read() {
readField("vector_index");