qemu-e2k/target/i386/tcg
Richard Henderson 04a37d4ca4 tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be
changing the TranslationBlock data, so make it const.

This does not actually use the read-only copy of the
data structure that exists within the rx region.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-01-07 05:09:41 -10:00
..
bpt_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
cc_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
cc_helper_template.h
excp_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
fpu_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
helper-tcg.h i386: tcg: remove inline from cpu_load_eflags 2020-12-16 15:50:33 -05:00
int_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
mem_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
meson.build i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
misc_helper.c i386: tcg: remove inline from cpu_load_eflags 2020-12-16 15:50:33 -05:00
mpx_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
seg_helper.c target/i386: Check privilege level for protected mode 'int N' task gate 2021-01-02 21:03:09 +01:00
smm_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
svm_helper.c i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
tcg-cpu.c tcg: Make tb arg to synchronize_from_tb const 2021-01-07 05:09:41 -10:00
tcg-cpu.h i386: move TCG cpu class initialization to tcg/ 2020-12-16 15:50:33 -05:00
tcg-stub.c
translate.c target/i386: silence the compiler warnings in gen_shiftd_rm_T1 2020-12-18 09:14:23 +01:00