Re: [PATCH 07/56] disas/riscv: Reduce rv_insn to uint32_t
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 10/8/26 00:34, Richard Henderson wrote: > Since 758dce9c98a, the only possible values for > instruction length are 2 and 4. > > Signed-off-by: Richard Henderson <[email protected]> > --- > disas/riscv.h | 2 +- > disas/riscv.c | 12 +++--------- > 2 files changed, 4 insertions(+), 10 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>