From: Richard Henderson <richard.hender...@linaro.org> > Rather than force all structure members to be 'int', allow the type of the > member to be specified. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > docs/devel/decodetree.rst | 11 ++++--- > tests/decode/succ_argset_type1.decode | 1 + > scripts/decodetree.py | 45 +++++++++++++++++---------- > 3 files changed, 36 insertions(+), 21 deletions(-) create mode 100644 > tests/decode/succ_argset_type1.decode
Reviewed-by: Luis Pires <luis.pi...@eldorado.org.br>