projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee77b1
)
target-s390: Add missing temp_free in gen_op_calc_cc
author
Richard Henderson
<rth@twiddle.net>
Mon, 20 Aug 2012 15:15:42 +0000
(08:15 -0700)
committer
Richard Henderson
<rth@twiddle.net>
Sat, 5 Jan 2013 20:00:27 +0000
(12:00 -0800)
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/translate.c
patch
|
blob
|
history
diff --git
a/target-s390x/translate.c
b/target-s390x/translate.c
index 9e34741311a1f896b7ead44eed53af80a6024f38..f1e754f76acd112aa4f0978d5b6767885748ef71 100644
(file)
--- a/
target-s390x/translate.c
+++ b/
target-s390x/translate.c
@@
-757,6
+757,7
@@
static void gen_op_calc_cc(DisasContext *s)
}
tcg_temp_free_i32(local_cc_op);
+ tcg_temp_free_i64(dummy);
/* We now have cc in cc_op as constant */
set_cc_static(s);