Missing writeback information on ldraa / ldrab

This commit is contained in:
Vincent Bénony 2021-12-09 15:06:26 +01:00
parent 0f4eb622cc
commit 4f7a846a07
1 changed files with 2 additions and 0 deletions

View File

@ -2453,6 +2453,8 @@ void AArch64_post_printer(csh handle, cs_insn *flat_insn, char *insn_asm, MCInst
case AArch64_STRWpre:
case AArch64_STRXpost:
case AArch64_STRXpre:
case AArch64_LDRAAwriteback:
case AArch64_LDRABwriteback:
flat_insn->detail->arm64.writeback = true;
break;
}