tcg: Fix default definition of divu_i32 and remu_i32.
authorRichard Henderson <rth@redhat.com>
Mon, 22 Nov 2010 22:57:53 +0000 (14:57 -0800)
committerEdgar E. Iglesias <edgar@axis.com>
Wed, 1 Dec 2010 18:48:30 +0000 (19:48 +0100)
commit4d3688964db3e84e8f4d5c200d487c317acef406
tree23fdc56edc1aafbe06614ec5e9b7e89660db1392
parent3d0e94c3a32a8f39009b8a56c88ca62e7e156510
tcg: Fix default definition of divu_i32 and remu_i32.

The arguments to tcg_gen_helper32 for these functions were not
updated correctly in rev 2bece2c88331f024a46527634e3dd91c71d22141.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
tcg/tcg-op.h