mirror of https://github.com/xemu-project/xemu.git
tcg/mips
This commit is contained in:
parent
6e17d0c5cd
commit
ad49d1f751
|
@ -1681,8 +1681,8 @@ static void tcg_target_qemu_prologue(TCGContext *s)
|
||||||
+ CPU_TEMP_BUF_NLONGS * sizeof(long);
|
+ CPU_TEMP_BUF_NLONGS * sizeof(long);
|
||||||
frame_size = (frame_size + TCG_TARGET_STACK_ALIGN - 1) &
|
frame_size = (frame_size + TCG_TARGET_STACK_ALIGN - 1) &
|
||||||
~(TCG_TARGET_STACK_ALIGN - 1);
|
~(TCG_TARGET_STACK_ALIGN - 1);
|
||||||
tcg_set_frame(s, TCG_REG_SP, ARRAY_SIZE(tcg_target_callee_save_regs) * 4
|
tcg_set_frame(s, TCG_REG_SP, frame_size
|
||||||
+ TCG_STATIC_CALL_ARGS_SIZE,
|
- CPU_TEMP_BUF_NLONGS * sizeof(long),
|
||||||
CPU_TEMP_BUF_NLONGS * sizeof(long));
|
CPU_TEMP_BUF_NLONGS * sizeof(long));
|
||||||
|
|
||||||
/* TB prologue */
|
/* TB prologue */
|
||||||
|
|
Loading…
Reference in New Issue