* [Qemu-devel] [PATCH] qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
@ 2012-03-29 3:29 David Gibson
2012-03-29 7:10 ` malc
0 siblings, 1 reply; 2+ messages in thread
From: David Gibson @ 2012-03-29 3:29 UTC (permalink / raw)
To: av1474, andreas.faerber
Cc: scottwood, qemu-ppc, qemu-devel, Li Zhang, David Gibson
From: Li Zhang <zhlcindy@linux.vnet.ibm.com>
There two entries of INDEX_op_ld_i64 in the ppc_op_defs. That causes an
assertion failure in tcg_add_target_add_op_defs() when --enable-debug is
used on a ppc64 backend (that's ppc64 host, not target).
Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
tcg/ppc64/tcg-target.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c
index 409a1ac..f2ad9e3 100644
--- a/tcg/ppc64/tcg-target.c
+++ b/tcg/ppc64/tcg-target.c
@@ -1656,7 +1656,6 @@ static const TCGTargetOpDef ppc_op_defs[] = {
{ INDEX_op_ld16s_i64, { "r", "r" } },
{ INDEX_op_ld32u_i64, { "r", "r" } },
{ INDEX_op_ld32s_i64, { "r", "r" } },
- { INDEX_op_ld_i64, { "r", "r" } },
{ INDEX_op_add_i32, { "r", "r", "ri" } },
{ INDEX_op_mul_i32, { "r", "r", "ri" } },
--
1.7.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
2012-03-29 3:29 [Qemu-devel] [PATCH] qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs David Gibson
@ 2012-03-29 7:10 ` malc
0 siblings, 0 replies; 2+ messages in thread
From: malc @ 2012-03-29 7:10 UTC (permalink / raw)
To: David Gibson; +Cc: scottwood, andreas.faerber, qemu-ppc, qemu-devel, Li Zhang
On Thu, 29 Mar 2012, David Gibson wrote:
> From: Li Zhang <zhlcindy@linux.vnet.ibm.com>
>
> There two entries of INDEX_op_ld_i64 in the ppc_op_defs. That causes an
> assertion failure in tcg_add_target_add_op_defs() when --enable-debug is
> used on a ppc64 backend (that's ppc64 host, not target).
>
Thanks, applied.
[..snip..]
--
mailto:av1474@comtv.ru
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-29 7:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-29 3:29 [Qemu-devel] [PATCH] qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs David Gibson
2012-03-29 7:10 ` malc
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).