[rtems-docs commit] INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT
Sebastian Huber
sebh at rtems.org
Fri Nov 17 06:58:36 UTC 2017
Module: rtems-docs
Branch: master
Commit: 5531f022fc77b940281bf85713664bbed9ae7eff
Changeset: http://git.rtems.org/rtems-docs/commit/?id=5531f022fc77b940281bf85713664bbed9ae7eff
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Nov 17 07:57:51 2017 +0100
INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT
---
c-user/fatal_error.rst | 4 ++++
1 file changed, 4 insertions(+)
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
==========
More information about the vc
mailing list