claudio.fontana@xxxxxxxxxx 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 _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm