On 5/24/24 01:10, Paolo Bonzini wrote:
Use mo_stacksize for all stack accesses, including when a 64-bit code segment is impossible and the code is therefore checking only for SS32(s).Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/translate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~