Re: [PATCH 56/56] disas/riscv: Sort riscv-op.c.inc
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 10/8/26 00:35, Richard Henderson wrote: > To date, opcodes had to be added to the end of the list, > resulting in quite the disorder. Sort via 'LANG=C sort'. > > Signed-off-by: Richard Henderson <[email protected]> > --- > disas/riscv-op.c.inc | 1704 +++++++++++++++++++++--------------------- > 1 file changed, 852 insertions(+), 852 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>