Sets the doing_mem flag to @status.
| 143 | |
| 144 | /// Sets the doing_mem flag to @status. |
| 145 | static inline void set_doing_mem(const MCInst *MI, bool status) |
| 146 | { |
| 147 | MI->csh->doing_mem = status; |
| 148 | } |
| 149 | |
| 150 | /// Returns detail->arch |
| 151 | #define DEFINE_get_arch_detail(arch, ARCH) \ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…