summaryrefslogtreecommitdiffstats
path: root/tests/decode/err_width2.decode
Commit message (Collapse)AuthorAgeFilesLines
* decodetree: Properly diagnose fields overflowing an insnRichard Henderson2019-03-121-0/+5
Previously this would result in an exception for shifting the field mask by a negative number. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>