mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-15 09:37:48 +00:00
target-alpha: fix double TCG variable allocation
Noticed by Chris Krumme. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5671 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
828808f5ec
commit
9cd38c2372
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user