unicorn/qemu/target/mips
Philippe Mathieu-Daudé 65c69e6ccb
target-mips: fix compiler warnings (clang 5)
static code analyzer complain:

target/mips/helper.c:453:5: warning: Function call argument is an uninitialized value
qemu_log_mask(CPU_LOG_MMU,
^~~~~~~~~~~~~~~~~~~~~~~~~~

'physical' and 'prot' are uninitialized if 'ret' is not TLBRET_MATCH.

Backports commit def74c0cf05722b2e502d4b4f1219966c5b0cbd3 from qemu
2018-03-02 14:09:55 -05:00
..
cpu-qom.h
cpu.c
cpu.h target-mips: Provide function to test if a CPU supports an ISA 2018-03-02 08:20:19 -05:00
dsp_helper.c
helper.c target-mips: fix compiler warnings (clang 5) 2018-03-02 14:09:55 -05:00
helper.h
lmi_helper.c
Makefile.objs
mips-defs.h
msa_helper.c
op_helper.c mips: Build fix 2018-03-01 22:56:23 -05:00
TODO Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
translate_init.c
translate.c target-mips: Provide function to test if a CPU supports an ISA 2018-03-02 08:20:19 -05:00
unicorn.c
unicorn.h Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00