capstone/arch
Rot127 b3017894d6 Set mnemonic in PPC_printInst().
Because the cs_insn->mnemonic gets set *after* the
post_printer is called and cs_insn->mnemonic is not memset to 0
before, post_printer() of PPC receives a cs_insn->mnemonic with
random data.
This in turn leads randomly to incorrect setting of the branch hints
and the update_cr0 flag. Because those are set in the post_printer()
of PPC.
2023-05-21 09:55:41 -05:00
..
AArch64 Fix register accesses & operands of multiple PAC instructions 2023-05-16 14:10:00 +02:00
ARM correct register accesses for ARM's sxtb/uxtb and similar instructions 2023-03-07 18:59:06 +01:00
BPF Merge pull request #1886 from terorie/ebpf-callx 2022-06-09 21:37:40 +08:00
EVM Dont format sstreams when there's nothing to format 2021-12-10 10:59:16 +01:00
M68K m68k: Add support for the FNOP instruction (fixes #1916) 2022-10-02 08:07:33 +02:00
M680X Dont format sstreams when there's nothing to format 2021-12-10 10:59:16 +01:00
MOS65XX Dont format sstreams when there's nothing to format 2021-12-10 10:59:16 +01:00
Mips Constify backends (#1549) 2019-12-23 20:30:57 +08:00
PowerPC Set mnemonic in PPC_printInst(). 2023-05-21 09:55:41 -05:00
RISCV Fix potential array out of bounds 2022-11-26 15:59:18 +01:00
SH Initialize rw 2023-05-13 03:52:15 -05:00
Sparc Constify backends (#1549) 2019-12-23 20:30:57 +08:00
SystemZ Constify backends (#1549) 2019-12-23 20:30:57 +08:00
TMS320C64x Fix potential array out of bounds 2022-11-26 15:59:18 +01:00
TriCore Fix compile warning 2023-05-20 19:55:14 +08:00
WASM Constify backends (#1549) 2019-12-23 20:30:57 +08:00
X86 Add handling of prefix `NOTRACK` 2023-04-19 17:13:39 -04:00
XCore Constify backends (#1549) 2019-12-23 20:30:57 +08:00