Searched hist:a7cfd751fb269de4a93bf1658cb13911c7ac77cc (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | a7cfd751fb269de4a93bf1658cb13911c7ac77cc Wed Oct 16 17:31:05 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Reset data_gen_ptr correctly
This pointer needs to be reset after overflow just like code_buf and code_ptr.
Cc: qemu-stable@nongnu.org Fixes: 57a269469db ("tcg: Infrastructure for managing constant pools") Acked-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|