OSDN Git Service

target/ppc: Use FloatRoundMode in do_fri
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Dec 2021 16:57:15 +0000 (17:57 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 17 Dec 2021 16:57:15 +0000 (17:57 +0100)
commit6bce07777755b86e7ccc27c641c580bbc69bd4eb
treef413a0b14a084db831c63bfbdd905fe6c9596149
parentb891757e44b4a06975f0ef59d247046f9659c690
target/ppc: Use FloatRoundMode in do_fri

This is the proper type for the enumeration.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211119160502.17432-16-richard.henderson@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/fpu_helper.c