From 5531f022fc77b940281bf85713664bbed9ae7eff Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 17 Nov 2017 07:57:51 +0100 Subject: 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 ========== -- cgit v1.2.3