Re: [Qemu-devel] [PATCH 07/13] target/openrisc: Fix lf.ftoi.s

2019-08-26 Thread Stafford Horne
On Mon, Aug 26, 2019 at 05:07:39PM -0700, Richard Henderson wrote: > The specification of this insn is round-to-zero. > > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne > --- > target/openrisc/fpu_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a

[Qemu-devel] [PATCH 07/13] target/openrisc: Fix lf.ftoi.s

2019-08-26 Thread Richard Henderson
The specification of this insn is round-to-zero. Signed-off-by: Richard Henderson --- target/openrisc/fpu_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/openrisc/fpu_helper.c b/target/openrisc/fpu_helper.c index b9d2ebbb8c..4cc5b297c5 100644 --- a/target/open