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

Method UnionOpInfo

bindings/java/capstone/Ppc.java:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 public Operand [] op;
74
75 public UnionOpInfo() {
76 op = new Operand[8];
77 }
78
79 public void read() {
80 readField("bc");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected