Re: [PATCH 01/11] tcg: Fix opcode dump for bswap
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 31/7/26 02:04, Richard Henderson wrote: > We use an array of char for bswap_flag_name, so some > entries in the array are non-null but empty. Check that. > > Signed-off-by: Richard Henderson <[email protected]> > --- > tcg/tcg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Fixes: 587195bd590 ("tcg: Add flags argument to bswap opcodes") Reviewed-by: Philippe Mathieu-Daudé <[email protected]>