commit | 9defd1bdfb0f2ddb3ca9863e39577f3a9929d58c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jun 18 16:49:26 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Jun 19 11:09:10 2021 -0700 |
tree | 1d59ca926984cb76a24ee79a3a0d37ff7ff81ec9 | |
parent | 08dff435e27dc2bc3582e3f25e7cf01956dddafc [diff] |
tcg/sparc: Fix temp_allocate_frame vs sparc stack bias We should not be aligning the offset in temp_allocate_frame, because the odd offset produces an aligned address in the end. Instead, pass the logical offset into tcg_set_frame and add the stack bias last. Cc: qemu-stable@nongnu.org Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>