Returns true if a memory operand is currently edited.
| 137 | |
| 138 | /// Returns true if a memory operand is currently edited. |
| 139 | static inline bool doing_mem(const MCInst *MI) |
| 140 | { |
| 141 | return MI->csh->doing_mem; |
| 142 | } |
| 143 | |
| 144 | /// Sets the doing_mem flag to @status. |
| 145 | static inline void set_doing_mem(const MCInst *MI, bool status) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…