projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9590f
)
tcg/ppc: Fix not_i32
author
malc
<av1474@comtv.ru>
Sun, 4 Apr 2010 16:36:29 +0000
(20:36 +0400)
committer
malc
<av1474@comtv.ru>
Sun, 4 Apr 2010 16:36:29 +0000
(20:36 +0400)
Thanks to Alexander Graf for bug report and a good reproducible test
case.
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.c
patch
|
blob
|
history
diff --git
a/tcg/ppc/tcg-target.c
b/tcg/ppc/tcg-target.c
index 0b80a201464860549c7fe3f767d60cd8d01fa824..18fdd273b66e9dcb0ff4c811e7b353f4e1281f5a 100644
(file)
--- a/
tcg/ppc/tcg-target.c
+++ b/
tcg/ppc/tcg-target.c
@@
-1646,7
+1646,7
@@
static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
break;
case INDEX_op_not_i32:
- tcg_out32 (s, NOR | SAB (args[1], args[0], args[
0
]));
+ tcg_out32 (s, NOR | SAB (args[1], args[0], args[
1
]));
break;
case INDEX_op_qemu_ld8u: