TCG: Fix 32-bit host allocation typo
authorRichard Henderson <rth@twiddle.net>
Tue, 21 Jan 2014 16:36:38 +0000 (08:36 -0800)
committerRichard Henderson <rth@twiddle.net>
Sat, 15 Feb 2014 23:20:17 +0000 (15:20 -0800)
commitf6aa2f7dee920f6f06fefe122cf2a58cabe3cac0
treec3ae187d4f5709339839bbb4df248ff2f201a104
parent0dbcf95a1ea5a5ca6222765ff8813c2cc17e8abd
TCG: Fix 32-bit host allocation typo

The second half register of a 64-bit temp on a 32-bit host
was allocated with the wrong base_type.

The base_type of the second half register is never checked,
but for consistency it should be the same as the first half.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.c