diff options
Diffstat (limited to 'ports/sysdeps/am33/fpu/fgetexcptflg.c')
-rw-r--r-- | ports/sysdeps/am33/fpu/fgetexcptflg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/am33/fpu/fgetexcptflg.c b/ports/sysdeps/am33/fpu/fgetexcptflg.c index e201c4fa8f..bb9f4e9946 100644 --- a/ports/sysdeps/am33/fpu/fgetexcptflg.c +++ b/ports/sysdeps/am33/fpu/fgetexcptflg.c @@ -30,7 +30,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. */ |