diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 02:39:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 02:39:00 +0100 |
| commit | 55bc0fabd1e3d9edd7e43c0ab135ce97d26705e0 (patch) | |
| tree | 066fcfc514edf6703ce2f6bc8ab56d4fbc22aeb6 /lib | |
| parent | 567bfe58e9760ec3325464d094c51b7aaa006b57 (diff) | |
feat: add boot.h to cxx-abi.hpp header, clear cb_boot_processor_ready
after starting context.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cxx-abi.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cxx-abi.hpp b/lib/cxx-abi.hpp index 56c47af..223f773 100644 --- a/lib/cxx-abi.hpp +++ b/lib/cxx-abi.hpp @@ -7,6 +7,8 @@ #pragma once +#include <lib/boot.h> + #define DSO_MAX_OBJECTS (128) struct atexit_func_entry_t final { |
