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 <[email protected]> > Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > 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
