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
..
2023-05-21 09:55:41 -05:00
2022-11-26 15:59:18 +01:00
2023-05-13 03:52:15 -05:00
2023-05-20 19:55:14 +08:00
2023-04-19 17:13:39 -04:00