diff options
| author | David S. Miller <[email protected]> | 2008-10-23 05:09:59 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-10-23 05:09:59 +0000 |
| commit | 60b8267338aafde5315fc65ff385f3d4d75eccfe (patch) | |
| tree | 7e6e42c232a23b2e92ef2bedc9bd3a30b31ab92e /fs/ubifs/commit.c | |
| parent | math-emu: Fix signalling of underflow and inexact while packing result. (diff) | |
| download | kernel-60b8267338aafde5315fc65ff385f3d4d75eccfe.tar.gz kernel-60b8267338aafde5315fc65ff385f3d4d75eccfe.zip | |
math-emu: Fix thinko in _FP_DIV
In commit 48d6c64311ddb6417b901639530ccbc47bdc7635 ("math-emu: Add
support for reporting exact invalid exception") code was added to
set the new FP_EX_INVALID_{IDI,ZDZ} exception flag bits.
However there is a missing break statement for the
_FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF) switch case, the
code just falls into _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_ZERO)
which then proceeds to overwrite all of the settings.
Fix by adding the missing break.
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'fs/ubifs/commit.c')
0 files changed, 0 insertions, 0 deletions
