projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21de37a
)
target-s390x: Add missing tcg_temp_free_i64() in disas_b2()
author
Stefan Weil
<weil@mail.berlios.de>
Fri, 27 May 2011 17:03:29 +0000
(19:03 +0200)
committer
Alexander Graf
<agraf@suse.de>
Fri, 3 Jun 2011 11:34:01 +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 a11cb19b87ee33f074e995321f57d64aca63696b..f3f42a9cdc8905ce6eb5e1a4610390eca725bb05 100644
(file)
--- a/
target-s390x/translate.c
+++ b/
target-s390x/translate.c
@@
-2964,6
+2964,8
@@
static void disas_b2(DisasContext *s, int op, uint32_t insn)
/* we need to keep cc_op intact */
s->is_jmp = DISAS_JUMP;
tcg_temp_free_i64(tmp);
+ tcg_temp_free_i64(tmp2);
+ tcg_temp_free_i64(tmp3);
break;
case 0x20: /* SERVC R1,R2 [RRE] */
/* SCLP Service call (PV hypercall) */