Re: [PATCH 01/11] tcg: Fix opcode dump for bswap
Philippe Mathieu-Daudé <[email protected]> Mon, 3 Aug 2026 17:08:01 +0200
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| 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]>