The port was not properly merged following 86feb1c860dc38e9c89e787c5210e8191800385e
Signed-off-by: Richard Henderson <r...@twiddle.net> --- tcg/ia64/tcg-target.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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; -- 1.7.2.3