On Thu, May 28, 2026 at 6:05 AM Daniel Henrique Barboza <[email protected]> wrote: > > Hello, > > > In this new version we're fixing the disas function by reducing the > encodings we support, which is super fine. Thanks to Alistair for > pointing this out in the v1 review. > > > Changes from v1: > - support only 16 and 32 bit inst length as specified in the RISC-V > unpriv ISA > - v1 link: > https://lore.kernel.org/qemu-devel/[email protected]/
Thanks! Applied to riscv-to-apply.next Alistair > > > Daniel Henrique Barboza (1): > disas/riscv.c: fix inst_length() > > disas/riscv.c | 20 ++------------------ > 1 file changed, 2 insertions(+), 18 deletions(-) > > -- > 2.43.0 > >
