| 166 | } |
| 167 | |
| 168 | static inline cs_detail *get_detail(const MCInst *MI) |
| 169 | { |
| 170 | assert(MI && MI->flat_insn); |
| 171 | return MI->flat_insn->detail; |
| 172 | } |
| 173 | |
| 174 | #endif // CS_MAPPING_H |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…