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

Function XCore_option

arch/XCore/XCoreModule.c:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33cs_err XCore_option(cs_struct *handle, cs_opt_type type, size_t value)
34{
35 // Do not set mode because only CS_MODE_BIG_ENDIAN is valid; we cannot
36 // test for CS_MODE_LITTLE_ENDIAN because it is 0
37
38 return CS_ERR_OK;
39}
40
41#endif

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…