java: Sparc's operand array size = 4

This commit is contained in:
Nguyen Anh Quynh 2014-03-24 16:11:39 +08:00
parent f0ff96138e
commit 98726958fe

View File

@ -59,7 +59,7 @@ public class Sparc {
public Operand [] op;
public UnionOpInfo() {
op = new Operand[8];
op = new Operand[4];
}
public void read() {