commit | b8b37affc74e24f1c11f7dfbba416965b805e123 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Jan 26 14:36:56 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Mar 06 15:46:18 2025 +0100 |
tree | 88f02a9adb3be0d6dd68d12097c0426b0570a669 | |
parent | 96adf9b404e51b9acdf9592595ad935905de1f4e [diff] |
target: Set disassemble_info::endian value for little-endian targets Have the CPUClass::disas_set_info() callback set the disassemble_info::endian field for little-endian targets. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250210212931.62401-2-philmd@linaro.org>