rizin/librz/analysis/arch
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
..
arm ARM esil32: ldr reg, [pc, reg] correct (#2826) 2022-07-22 09:23:40 +08:00
avr Fix #2851 - wrong AVR analysis jump value for rjmp/rcall (#3012) 2022-09-07 23:00:23 +02:00
gb SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
ppc Fix PPC RZIL endianness issue on SystemZ (#3096) 2022-10-15 20:39:37 +08:00
sh [RzIL] IL lifting of SuperH ISA (#2518) 2022-08-02 02:37:03 +05:30