Commit b3b0091f authored by Richard Henderson's avatar Richard Henderson Committed by Edgar E. Iglesias
Browse files

tcg-ia64: Implement qemu_ld32.



The port was not properly merged following
86feb1c8

Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
Signed-off-by: default avatarEdgar E. Iglesias <edgar@axis.com>
parent 255108c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;