提交 6d17c604 编写于 作者: A aurel32

target-cris: access to TCG variables through GET_TCGV()

Fix build with DEBUG_TCGV enabled.
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5586 c046a42c-6fe2-441c-8c8c-71466251a162
上级 7cc0dd20
......@@ -951,7 +951,7 @@ static void cris_alu(DisasContext *dc, int op,
tcg_gen_andi_tl(d, d, ~0xffff);
tcg_gen_or_tl(d, d, tmp);
}
if (tmp != d)
if (GET_TCGV(tmp) != GET_TCGV(d))
tcg_temp_free(tmp);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册