提交 9cd38c23 编写于 作者: A aurel32

target-alpha: fix double TCG variable allocation

Noticed by Chris Krumme.
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5671 c046a42c-6fe2-441c-8c8c-71466251a162
上级 828808f5
......@@ -236,7 +236,7 @@ static always_inline void gen_store_mem (DisasContext *ctx,
int ra, int rb, int32_t disp16,
int fp, int clear, int local)
{
TCGv addr = tcg_temp_new(TCG_TYPE_I64);
TCGv addr;
if (local)
addr = tcg_temp_local_new(TCG_TYPE_I64);
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册