mirror of https://github.com/xemu-project/xemu.git
tcg-ppc64: Support the ppc64 elfv2 ABI
Tested-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
eaf7d1cfe0
commit
a2a98f807b
|
@ -1414,6 +1414,10 @@ static void tcg_out_qemu_st(TCGContext *s, TCGReg data_reg, TCGReg addr_reg,
|
|||
# define LINK_AREA_SIZE (6 * SZR)
|
||||
# define LR_OFFSET (1 * SZR)
|
||||
# define TCG_TARGET_CALL_STACK_OFFSET (LINK_AREA_SIZE + 8 * SZR)
|
||||
#elif defined(_CALL_ELF) && _CALL_ELF == 2
|
||||
# define LINK_AREA_SIZE (4 * SZR)
|
||||
# define LR_OFFSET (1 * SZR)
|
||||
# define TCG_TARGET_CALL_STACK_OFFSET LINK_AREA_SIZE
|
||||
#else
|
||||
# error
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue