summaryrefslogtreecommitdiffstats
path: root/c-user/fatal-error/operations.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-28 08:45:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-28 08:46:33 +0200
commit18746fb259c585442e2f6e893e2ab8900aa50d0c (patch)
treef8cad3e2a8df3ce4045aaad2171407e3c5799596 /c-user/fatal-error/operations.rst
parentc-user: Document interrupt manager extensions (diff)
downloadrtems-docs-18746fb259c585442e2f6e893e2ab8900aa50d0c.tar.bz2
c-user: Remove _Internal_errors_What_happened
This global object no longer exists.
Diffstat (limited to '')
-rw-r--r--c-user/fatal-error/operations.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/c-user/fatal-error/operations.rst b/c-user/fatal-error/operations.rst
index 77753d6..6d03a26 100644
--- a/c-user/fatal-error/operations.rst
+++ b/c-user/fatal-error/operations.rst
@@ -40,12 +40,11 @@ The fatal extensions are called with three parameters:
- the fatal source,
-- a legacy parameter which is always false, and
+- a legacy parameter which is always set to :c:macro:`false`, and
- an error code with a fatal source dependent content.
-Once all fatal extensions executed, the error information will be stored to
-:c:data:`_Internal_errors_What_happened` and the system state is set to
+Once all fatal extensions executed, the system state is set to
:c:macro:`SYSTEM_STATE_TERMINATED`.
The final step is to call the CPU port specific :c:func:`_CPU_Fatal_halt()`.