rizin/librz/analysis/arch/ppc
Rot127 36d6c07b75
Fix PPC RZIL endianness issue on SystemZ (#3096)
* Fix endianness issue by passing `cs_ppc_op.reg` instead of `.imm` to cs_reg_name.

The issue with using the `.imm` union member is that it is a `st64` while `.reg` is an enum (on SystemZ 32bit wide).
On little endian systems `.reg == .imm`. Not so on big endian systems. In which
case it is `.reg == .imm >> 32`.

* Set correct test for broken instruction `bne cr5, <target>`.

See issue: https://github.com/capstone-engine/capstone/issues/1914
2022-10-15 20:39:37 +08:00
..
ppc_analysis.h
ppc_il.c Add forgotten cases from #2908 (#2911) 2022-08-13 10:26:39 +08:00
ppc_il.h
ppc_il_flag_ops.c
ppc_il_ops.c Fix PPC RZIL endianness issue on SystemZ (#3096) 2022-10-15 20:39:37 +08:00