()
| 72 | } |
| 73 | |
| 74 | @Override |
| 75 | public List getFieldOrder() { |
| 76 | return Arrays.asList("cc", "hint", "op_count", "op"); |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | public static class OpInfo extends Capstone.OpInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected