mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 17:26:42 +08:00
c-user: Remove _Internal_errors_What_happened
This global object no longer exists.
This commit is contained in:
parent
056886f171
commit
18746fb259
@ -40,12 +40,11 @@ The fatal extensions are called with three parameters:
|
|||||||
|
|
||||||
- the fatal source,
|
- 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.
|
- an error code with a fatal source dependent content.
|
||||||
|
|
||||||
Once all fatal extensions executed, the error information will be stored to
|
Once all fatal extensions executed, the system state is set to
|
||||||
:c:data:`_Internal_errors_What_happened` and the system state is set to
|
|
||||||
:c:macro:`SYSTEM_STATE_TERMINATED`.
|
:c:macro:`SYSTEM_STATE_TERMINATED`.
|
||||||
|
|
||||||
The final step is to call the CPU port specific :c:func:`_CPU_Fatal_halt()`.
|
The final step is to call the CPU port specific :c:func:`_CPU_Fatal_halt()`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user