On Tue, 22 Jul 2025 at 19:33, Richard Henderson <richard.hender...@linaro.org> wrote: > > Failure to confirm an argument set first may result in > the selection of a format which leaves extra arguments > to be filled in by the pattern. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > scripts/decodetree.py | 7 ++++--- > tests/decode/meson.build | 1 + > tests/decode/succ_infer1.decode | 4 ++++ > 3 files changed, 9 insertions(+), 3 deletions(-) > create mode 100644 tests/decode/succ_infer1.decode
This fixes the problem I was running into with the LD1Q fix I'm working on. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> Tested-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM