* 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 |
||
|---|---|---|
| .. | ||
| ppc_analysis.h | ||
| ppc_il.c | ||
| ppc_il.h | ||
| ppc_il_flag_ops.c | ||
| ppc_il_ops.c | ||