summaryrefslogtreecommitdiffstats
path: root/c-user/fatal_error.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-17 07:57:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-17 07:57:51 +0100
commit5531f022fc77b940281bf85713664bbed9ae7eff (patch)
tree38b71eb4afdbad105d601694ca5f1b04cc2c7960 /c-user/fatal_error.rst
parentbsp-howto: Add getentropy. (diff)
downloadrtems-docs-5531f022fc77b940281bf85713664bbed9ae7eff.tar.bz2
INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT
Diffstat (limited to 'c-user/fatal_error.rst')
-rw-r--r--c-user/fatal_error.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst
index 8aa7c52..917ae3b 100644
--- a/c-user/fatal_error.rst
+++ b/c-user/fatal_error.rst
@@ -384,6 +384,10 @@ INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED (37)
unexpected file descriptor number. This fatal error may occur during
system initialization. It is an application configuration error.
+INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT (38)
+ The floating point unit was used illegally, for example in interrupt
+ context on some architectures.
+
Operations
==========