Re: [PATCH] x86: fix expansion of %XV

2023-06-16 Thread Jan Beulich
On 16.06.2023 14:33, Jan Beulich wrote: > Only %LV should continue on to S handling; avoid emitting a stray 'l' > (typically) in suffix-always mode. Oops, I'm sorry, confusion of mailing lists. Jan

[PATCH] x86: fix expansion of %XV

2023-06-16 Thread Jan Beulich
Only %LV should continue on to S handling; avoid emitting a stray 'l' (typically) in suffix-always mode. --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -11067,19 +11067,20 @@ putop (instr_info *ins, const char *in_t *ins->obufp++ = ' '; break;