tcg-ia64: Implement qemu_ld32.

The port was not properly merged following
86feb1c860

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
master
Richard Henderson 2010-11-22 14:57:55 -08:00 committed by Edgar E. Iglesias
parent 255108c0e3
commit b3b0091f07
1 changed files with 1 additions and 0 deletions

View File

@ -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;