mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
decodetree: Extend argument set syntax to allow types
Rather than force all structure members to be 'int', allow the type of the member to be specified. Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
60c425f328
commit
af93ccacc7
3 changed files with 36 additions and 21 deletions
1
tests/decode/succ_argset_type1.decode
Normal file
1
tests/decode/succ_argset_type1.decode
Normal file
|
@ -0,0 +1 @@
|
|||
&asdf b:bool c:uint64_t a
|
Loading…
Add table
Add a link
Reference in a new issue