java: update X86 after the last change in the core

This commit is contained in:
Nguyen Anh Quynh 2014-06-24 21:48:19 +08:00
parent bb6440c5ef
commit eeb06902ed

View File

@ -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];
}