From b3b0091f07e1c25ba795b3df3ee3c169285f852d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 22 Nov 2010 14:57:55 -0800 Subject: [PATCH] tcg-ia64: Implement qemu_ld32. The port was not properly merged following 86feb1c860dc38e9c89e787c5210e8191800385e Signed-off-by: Richard Henderson Signed-off-by: Edgar E. Iglesias --- tcg/ia64/tcg-target.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/tcg-target.c index 80c6950..62f0804 100644 --- a/tcg/ia64/tcg-target.c +++ b/tcg/ia64/tcg-target.c @@ -2124,6 +2124,7 @@ static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, case INDEX_op_qemu_ld16s: tcg_out_qemu_ld(s, args, 1 | 4); break; + case INDEX_op_qemu_ld32: case INDEX_op_qemu_ld32u: tcg_out_qemu_ld(s, args, 2); break; -- 2.7.4