diff options
Diffstat (limited to 'ports/sysdeps/mips/fpu/fgetexcptflg.c')
-rw-r--r-- | ports/sysdeps/mips/fpu/fgetexcptflg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/fpu/fgetexcptflg.c b/ports/sysdeps/mips/fpu/fgetexcptflg.c index b620d2efa4..436ba3e3f8 100644 --- a/ports/sysdeps/mips/fpu/fgetexcptflg.c +++ b/ports/sysdeps/mips/fpu/fgetexcptflg.c @@ -28,7 +28,7 @@ fegetexceptflag (fexcept_t *flagp, int excepts) /* Get the current exceptions. */ _FPU_GETCW (temp); - /* We only save the relevant bits here. In particular, care has to be + /* We only save the relevant bits here. In particular, care has to be taken with the CAUSE bits, as an inadvertent restore later on could generate unexpected exceptions. */ |