On 8/24/2026 8:58 AM, Matheus Tavares Bernardino wrote: > print_insn_hexagon() read each instruction word as a host-order integer, > thus getting them inverted on a big-endian host. Instead, read into a > byte buffer and convert with ldl_le_p(). > > Signed-off-by: Matheus Tavares Bernardino > <[email protected]> > --- > disas/hexagon.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
