Re: [PATCH 09/25] target/i386: fix bad sorting of entries in the 0F table

2024-06-08 Thread Richard Henderson
On 6/8/24 01:40, Paolo Bonzini wrote: Aesthetic change only. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 93 1 file changed, 46 insertions(+), 47 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 09/25] target/i386: fix bad sorting of entries in the 0F table

2024-06-08 Thread Paolo Bonzini
Aesthetic change only. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 93 1 file changed, 46 insertions(+), 47 deletions(-) diff --git a/target/i386/tcg/decode-new.c.inc b/target/i386/tcg/decode-new.c.inc index 4c567911f41..4e745f10dd8 10064