RE: [PATCH v3 04/30] decodetree: Extend argument set syntax to allow types

2021-04-30 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Rather than force all structure members to be 'int', allow the type of the > member to be specified. > > Signed-off-by: Richard Henderson > --- > docs/devel/decodetree.rst | 11 --- > tests/decode/succ_argset_type1.decode | 1 + > scripts/decodetree.py

[PATCH v3 04/30] decodetree: Extend argument set syntax to allow types

2021-04-29 Thread Richard Henderson
Rather than force all structure members to be 'int', allow the type of the member to be specified. Signed-off-by: Richard Henderson --- docs/devel/decodetree.rst | 11 --- tests/decode/succ_argset_type1.decode | 1 + scripts/decodetree.py | 45 +--