Re: [PATCH] softfloat: Fix tp init in float32_exp2
Richard Henderson writes: > Typo in the conversion to FloatParts64. > > Fixes: 572c4d862ff2 > Fixes: Coverity CID 1457457 > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée
[PATCH] softfloat: Fix tp init in float32_exp2
Typo in the conversion to FloatParts64. Fixes: 572c4d862ff2 Fixes: Coverity CID 1457457 Signed-off-by: Richard Henderson --- fpu/softfloat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 1cb162882b..4d0160fe9c 100644 --- a/fpu/softflo