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

Method read

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

Source from the content-addressed store, hash-verified

77 }
78
79 public void read() {
80 readField("bc");
81 readField("bh");
82 readField("update_cr0");
83 readField("op_count");
84 op = new Operand[op_count];
85 if (op_count != 0)
86 readField("op");
87 }
88
89 @Override
90 public List getFieldOrder() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected