()
| 87 | } |
| 88 | |
| 89 | @Override |
| 90 | public List getFieldOrder() { |
| 91 | return Arrays.asList("bc", "bh", "update_cr0", "op_count", "op"); |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | public static class OpInfo extends Capstone.OpInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected