| 31 | } |
| 32 | |
| 33 | cs_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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…