mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-08 07:08:13 +00:00
java: update X86 after the last change in the core
This commit is contained in:
parent
bb6440c5ef
commit
eeb06902ed
@ -81,7 +81,7 @@ public class X86 {
|
||||
|
||||
public UnionOpInfo() {
|
||||
op = new Operand[8];
|
||||
opcode = new byte[3];
|
||||
opcode = new byte[4];
|
||||
prefix = new byte[4];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user