mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-15 17:38:36 +00:00
java: Sparc's operand array size = 4
This commit is contained in:
parent
f0ff96138e
commit
98726958fe
@ -59,7 +59,7 @@ public class Sparc {
|
||||
public Operand [] op;
|
||||
|
||||
public UnionOpInfo() {
|
||||
op = new Operand[8];
|
||||
op = new Operand[4];
|
||||
}
|
||||
|
||||
public void read() {
|
||||
|
Loading…
Reference in New Issue
Block a user