MCPcopy Create free account
hub / github.com/capstone-engine/capstone / UnionOpInfo

Method UnionOpInfo

bindings/java/capstone/Sparc.java:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 public Operand [] op;
60
61 public UnionOpInfo() {
62 op = new Operand[4];
63 }
64
65 public void read() {
66 readField("cc");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected