Changeset 8b65b574 in rtems for cpukit/score/cpu

Timestamp:
07/28/21 12:41:32 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
2802896
Parents:
f799b452
git-author:
Sebastian Huber <sebastian.huber@…> (07/28/21 12:41:32)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/28/21 19:04:20)
Message:

score: Canonicalize _CPU_Fatal_halt()

Move _CPU_Fatal_halt() declaration to <rtems/score/cpuimpl.h> and make sure it
is a proper declaration of a function which does not return. Fix the type of
the error code. If necessary, add the implementation to cpu.c. Implementing
_CPU_Fatal_halt() as a function makes it possible to wrap this function for
example to fully test _Terminate().

(No files)

Note: See TracChangeset for help on using the changeset viewer.