mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-24 08:30:36 +00:00
arm64: indentation
This commit is contained in:
parent
aab7f63b02
commit
9031b17fe0
@ -33,8 +33,8 @@ static void print_insn_detail(cs_insn *ins)
|
||||
{
|
||||
cs_arm64 *arm64;
|
||||
int i;
|
||||
cs_regs regs_read, regs_write;
|
||||
uint8_t regs_read_count, regs_write_count;
|
||||
cs_regs regs_read, regs_write;
|
||||
uint8_t regs_read_count, regs_write_count;
|
||||
|
||||
// detail can be NULL if SKIPDATA option is turned ON
|
||||
if (ins->detail == NULL)
|
||||
@ -91,7 +91,7 @@ static void print_insn_detail(cs_insn *ins)
|
||||
break;
|
||||
}
|
||||
|
||||
uint8_t access = op->access;
|
||||
uint8_t access = op->access;
|
||||
switch(access) {
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user