MCPcopy Create free account
hub / github.com/capstone-engine/capstone / set_doing_mem

Function set_doing_mem

Mapping.h:145–148  ·  view source on GitHub ↗

Sets the doing_mem flag to @status.

Source from the content-addressed store, hash-verified

143
144/// Sets the doing_mem flag to @status.
145static 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) \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…