claudio.font...@linaro.org writes: > Hi, > > I saw a missing return below: <snip> >> + default: /* Failed decoder tree? */ >> + unallocated_encoding(s); >> + break; >> + } > > This doesn't seem right (break instead of return): > > default: > unallocated_encoding(s); > return; > }
Good catch. I suspect it never hits though (or risu doesn't generate enough unallocated versions). -- Alex Bennée QEMU/KVM Hacker for Linaro