mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
* Xtensa: use cs_xtensa_op_type for operand type, and use cs_ac_type for operand access mode To explicitly tell the user the possible values of the operand type/access mode. Also drop the unused XTENSA_OP_MEM_REG and XTENSA_OP_MEM_IMM. * Use cs_ac_type for operand access mode in all arches Currently, some arches use uint8_t for operand access mode, while others use cs_ac_type. Use cs_ac_type uniformly. * M680X: use cs_ac_type directly, instead of adding another e_access type * Change access type to c_uint to follow c-side changes to cs_ac_type * Document operand access type change to enum |
||
|---|---|---|
| .. | ||
| capstone | ||
| windowsce | ||
| platform.h | ||