()
| 106 | } |
| 107 | |
| 108 | @Override |
| 109 | public List getFieldOrder() { |
| 110 | return Arrays.asList("cc", "_update_flags", "_writeback", "op_count", "op"); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | public static class OpInfo extends Capstone.OpInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected