mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-23 08:00:44 +00:00
arm64: change access field type to uint8_t
This commit is contained in:
parent
3eae96de19
commit
ae73149d67
@ -652,7 +652,7 @@ typedef struct cs_arm64_op {
|
||||
// How is this operand accessed? (READ, WRITE or READ|WRITE)
|
||||
// This field is combined of cs_ac_type.
|
||||
// NOTE: this field is irrelevant if engine is compiled in DIET mode.
|
||||
cs_ac_type access;
|
||||
uint8_t access;
|
||||
} cs_arm64_op;
|
||||
|
||||
// Instruction structure
|
||||
|
Loading…
x
Reference in New Issue
Block a user