Home
last modified time | relevance | path

Searched hist:f6aa2f7d (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg.cf6aa2f7d Tue Jan 21 10:36:38 CST 2014 Richard Henderson <rth@twiddle.net> 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>