提交 e03ae7f9 编写于 作者: M malc

Use proper offset for LR save slot

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4948 c046a42c-6fe2-441c-8c8c-71466251a162
上级 5424fd10
...@@ -805,7 +805,7 @@ void tcg_target_qemu_prologue (TCGContext *s) ...@@ -805,7 +805,7 @@ void tcg_target_qemu_prologue (TCGContext *s)
| (i * 8 + 48 + TCG_STATIC_CALL_ARGS_SIZE) | (i * 8 + 48 + TCG_STATIC_CALL_ARGS_SIZE)
) )
); );
tcg_out32 (s, STD | RS (0) | RA (1) | (frame_size + 20)); tcg_out32 (s, STD | RS (0) | RA (1) | (frame_size + 16));
tcg_out32 (s, MTSPR | RS (3) | CTR); tcg_out32 (s, MTSPR | RS (3) | CTR);
tcg_out32 (s, BCCTR | BO_ALWAYS); tcg_out32 (s, BCCTR | BO_ALWAYS);
...@@ -820,7 +820,7 @@ void tcg_target_qemu_prologue (TCGContext *s) ...@@ -820,7 +820,7 @@ void tcg_target_qemu_prologue (TCGContext *s)
| (i * 8 + 48 + TCG_STATIC_CALL_ARGS_SIZE) | (i * 8 + 48 + TCG_STATIC_CALL_ARGS_SIZE)
) )
); );
tcg_out32 (s, LD | RT (0) | RA (1) | (frame_size + 20)); tcg_out32 (s, LD | RT (0) | RA (1) | (frame_size + 16));
tcg_out32 (s, MTSPR | RS (0) | LR); tcg_out32 (s, MTSPR | RS (0) | LR);
tcg_out32 (s, ADDI | RT (1) | RA (1) | frame_size); tcg_out32 (s, ADDI | RT (1) | RA (1) | frame_size);
tcg_out32 (s, BCLR | BO_ALWAYS); tcg_out32 (s, BCLR | BO_ALWAYS);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册