Re: [Qemu-devel] [PATCH 3/5] tcg: Remove cpu_ld*_code_ra

2019-07-09 Thread Alex Bennée
Richard Henderson writes: > These functions are not used, and are not usable in the > context of code generation, because we never have a helper > return address to pass in to them. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[Qemu-devel] [PATCH 3/5] tcg: Remove cpu_ld*_code_ra

2019-07-09 Thread Richard Henderson
These functions are not used, and are not usable in the context of code generation, because we never have a helper return address to pass in to them. Signed-off-by: Richard Henderson --- include/exec/cpu_ldst_useronly_template.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --