Timestamp:
07/27/21 08:09:05 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
79b94a2d
Parents:
c7b4eca7
git-author:
Sebastian Huber <sebastian.huber@…> (07/27/21 08:09:05)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/28/21 06:39:54)
Message:

score: Remove _Internal_errors_What_happened

Users have access to the fatal error source and code though the fatal error
extension. The user-specific fatal error handling should be done in statically
initialized fatal error handlers. The _Internal_errors_What_happened was
updated after the fatal error extension. In addition, there was no API to get
the information stored in _Internal_errors_What_happened. In SMP
configurations, this object could contain a mix of different fatal errors.
Remove this object to save some bytes of storage.

(No files)

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