[PATCH 03/17] target/avr: Improve decode of LDS, STS

2025-04-05 Thread Richard Henderson
The comment about not being able to define a field with zero bits is out of date since 94597b6146f3 ("decodetree: Allow !function with no input bits"). This fixes the missing load of imm in the disassembler. Cc: qemu-sta...@nongnu.org Fixes: 9d8caa67a24 ("target/avr: Add support for disassembling

Re: [PATCH 03/17] target/avr: Improve decode of LDS, STS

2025-03-24 Thread Pierrick Bouvier
On 3/23/25 10:37, Richard Henderson wrote: The comment about not being able to define a field with zero bits is out of date since 94597b6146f3 ("decodetree: Allow !function with no input bits"). This fixes the missing load of imm in the disassembler. Cc: qemu-sta...@nongnu.org Fixes: 9d8caa67a2