qemu-patch-raspberry4/tcg/arm
Richard Henderson fc4d60ee16 tcg-arm: Fix local stack frame
We were not allocating TCG_STATIC_CALL_ARGS_SIZE, so this meant that
any helper with more than 4 arguments would clobber the saved regs.
Realizing that we're supposed to have this memory pre-allocated means
we can clean up the tcg_out_arg functions, which were trying to do
more stack allocation.

Allocate stack memory for the TCG temporaries while we're at it.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2013-04-27 01:19:20 +02:00
..
tcg-target.c tcg-arm: Fix local stack frame 2013-04-27 01:19:20 +02:00
tcg-target.h tcg-arm: Implement muls2_i32 2013-02-23 17:25:29 +00:00