On 9/3/20 9:23 PM, Richard Henderson wrote:
> Only argument set members have to be C identifiers, everything
> else gets prefixed during conversion to C.  Some places just
> checked the leading character, and some places matched a leading
> character plus a C identifier.
> 
> Convert everything to match full identifiers, including the
> [&%@&] prefix, and drop the full C identifier requirement.
> 
> Reported-by: Peter Maydell <peter.mayd...@linaro.org>
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>

Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>

> ---
>  tests/decode/succ_ident1.decode |  7 +++++
>  scripts/decodetree.py           | 46 +++++++++++++++++++++------------
>  2 files changed, 37 insertions(+), 16 deletions(-)
>  create mode 100644 tests/decode/succ_ident1.decode

Reply via email to