mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-24 16:25:37 +00:00
991683af73
The Werror stems from the compiler finding a path through the second switch via a missing default case in which src1 is uninitialized, and not being able to prove that the missing default case is unreachable due to the first switch. Simplify the second switch to merge default with OS_LONG, which returns directly. This removes the unreachable path. Backports commit 5cbc61110738accb16ff8ed1f08a32906d02790f from qemu. |
||
---|---|---|
.. | ||
cpu-qom.h | ||
cpu.c | ||
cpu.h | ||
fpu_helper.c | ||
helper.c | ||
helper.h | ||
Makefile.objs | ||
op_helper.c | ||
qregs.def | ||
softfloat.c | ||
softfloat.h | ||
softfloat_fpsp_tables.h | ||
translate.c | ||
unicorn.c | ||
unicorn.h |