kernel: abolish _default_esf
NANO_ESF parameters may now be NULL, indicating that no exception frame is available. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
71ce8ceb18
commit
5623637a48
17 changed files with 58 additions and 141 deletions
|
@ -151,7 +151,6 @@ struct __esf {
|
|||
};
|
||||
|
||||
typedef struct __esf NANO_ESF;
|
||||
extern const NANO_ESF _default_esf;
|
||||
|
||||
FUNC_NORETURN void z_SysFatalErrorHandler(unsigned int reason,
|
||||
const NANO_ESF *esf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue