projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225b6af
)
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90
author
Stefan Weil
<weil@mail.berlios.de>
Fri, 27 May 2011 17:03:31 +0000
(19:03 +0200)
committer
Alexander Graf
<agraf@suse.de>
Fri, 3 Jun 2011 11:34:02 +0000
(13:34 +0200)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/translate.c
patch
|
blob
|
history
diff --git
a/target-s390x/translate.c
b/target-s390x/translate.c
index c5a3930243937358ff9b799ee6b59034e08fb289..81b8c5b9981b1cc77dbaf1f754eebb7281a45c13 100644
(file)
--- a/
target-s390x/translate.c
+++ b/
target-s390x/translate.c
@@
-4621,6
+4621,7
@@
static void disas_s390_insn(DisasContext *s)
}
tcg_gen_add_i64(tmp, tmp, tmp3);
}
+ tcg_temp_free_i64(tmp);
tcg_temp_free_i64(tmp2);
tcg_temp_free_i64(tmp3);
tcg_temp_free_i64(tmp4);