On 27/01/2025 12.54, Philippe Mathieu-Daudé wrote:
Have the CPUClass::disas_set_info() callback set the
disassemble_info::endian field for little-endian targets.

Note, there was no disas_set_info() handler registered
for the TriCore target, so we implement one.

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  target/alpha/cpu.c     | 1 +
  target/avr/cpu.c       | 1 +
  target/hexagon/cpu.c   | 1 +
  target/i386/cpu.c      | 1 +
  target/loongarch/cpu.c | 1 +
  target/rx/cpu.c        | 1 +
  target/tricore/cpu.c   | 6 ++++++
  7 files changed, 12 insertions(+)

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to