qemu-e2k/target/microblaze
Richard Henderson 07ea28b418 tcg: Pass tb and index to tcg_gen_exit_tb separately
Do the cast to uintptr_t within the helper, so that the compiler
can type check the pointer argument.  We can also do some more
sanity checking of the index argument.

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2018-06-01 15:15:27 -07:00
..
Makefile.objs Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu-qom.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.c target-microblaze: Allow address sizes between 32 and 64 bits 2018-05-29 09:35:14 +02:00
cpu.h target-microblaze: Consolidate MMU enabled checks 2018-05-29 09:35:15 +02:00
gdbstub.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.c target-microblaze: Consolidate MMU enabled checks 2018-05-29 09:35:15 +02:00
helper.h target-microblaze: Add support for extended access to TLBLO 2018-05-29 09:35:14 +02:00
microblaze-decode.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
mmu.c target-microblaze: mmu: Cleanup debug log messages 2018-05-29 09:35:14 +02:00
mmu.h target-microblaze: Add support for extended access to TLBLO 2018-05-29 09:35:14 +02:00
op_helper.c target-microblaze: Convert env_btarget to i64 2018-05-29 09:35:14 +02:00
translate.c tcg: Pass tb and index to tcg_gen_exit_tb separately 2018-06-01 15:15:27 -07:00