On 2013-05-08 06:07, Alexander Graf wrote:
When running a 32bit target CPU with qemu-(system-)-ppc, NARROW_MODE
is not set, so we never get to leverage the "32bit only" code path in
the compare op handlers.

Introduce new handlers based on the 32bit only flag. That way we can
have 2 separate functions for 32bit mode and 64bit mode, which can
handle NARROW_MODE.

Reported-by: Torbjorn Granlund<t...@gmplib.org>
Signed-off-by: Alexander Graf<ag...@suse.de>


Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to