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

Method OpInfo

bindings/java/capstone/Ppc.java:102–107  ·  view source on GitHub ↗
(UnionOpInfo op_info)

Source from the content-addressed store, hash-verified

100 public Operand [] op;
101
102 public OpInfo(UnionOpInfo op_info) {
103 bc = op_info.bc;
104 bh = op_info.bh;
105 updateCr0 = (op_info.update_cr0 > 0);
106 op = op_info.op;
107 }
108 }
109}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected