]> git.proxmox.com Git - qemu.git/commit
tcg-s390: Properly allocate a stack frame.
authorRichard Henderson <rth@twiddle.net>
Tue, 26 Mar 2013 03:54:30 +0000 (20:54 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 5 Apr 2013 18:35:40 +0000 (13:35 -0500)
commita4924e8bb533fb537d82a463b6465d80adaea0f5
tree79709e97e8328438f5e4f7221a8c142dfcb5718f
parenta22971f99f4846a0947f35548b7f3f76159339f0
tcg-s390: Properly allocate a stack frame.

Set TCG_TARGET_CALL_STACK_OFFSET properly for the abi.  Allocate the
standard TCG_STATIC_CALL_ARGS_SIZE.  And while we're at it, allocate
space for CPU_TEMP_BUF_NLONGS.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/s390/tcg-target.c
tcg/s390/tcg-target.h