* [Qemu-devel] [PATCH] remove duplicate sar opcode from i386 tcg code
@ 2009-11-13 9:58 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2009-11-13 9:58 UTC (permalink / raw)
To: qemu-devel
From: Magnus Damm <damm@opensource.se>
Remove duplicate sar opcode from the i386 tcg code.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
tcg/i386/tcg-target.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/tcg/i386/tcg-target.c
+++ work/tcg/i386/tcg-target.c 2009-11-13 16:34:21.000000000 +0900
@@ -1147,7 +1147,6 @@ static const TCGTargetOpDef x86_op_defs[
{ INDEX_op_shl_i32, { "r", "0", "ci" } },
{ INDEX_op_shr_i32, { "r", "0", "ci" } },
{ INDEX_op_sar_i32, { "r", "0", "ci" } },
- { INDEX_op_sar_i32, { "r", "0", "ci" } },
{ INDEX_op_rotl_i32, { "r", "0", "ci" } },
{ INDEX_op_rotr_i32, { "r", "0", "ci" } },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-13 10:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 9:58 [Qemu-devel] [PATCH] remove duplicate sar opcode from i386 tcg code Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).