diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 04:46:00 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-08 04:46:00 -0500 |
| commit | cfa04915a4c7d77996b49279b5891d1402f439a5 (patch) | |
| tree | 6418fa73d9f6b7d077edea83b18af586e07b11f9 /include/LibC++ | |
| parent | 2ddaf86857828500235e8b8a65c11bb2dd91b8be (diff) | |
refactor: Refactor `CodeGenerator.h` API.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/LibC++')
| -rw-r--r-- | include/LibC++/__abi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/LibC++/__abi.h b/include/LibC++/__abi.h index 6b4b058..c8ac2a5 100644 --- a/include/LibC++/__abi.h +++ b/include/LibC++/__abi.h @@ -6,12 +6,12 @@ #pragma once -#include <LibC++/defines.h> #include <LibC++/base_process.h> +#include <LibC++/defines.h> __init_decl() -static constexpr int32_t __unreachable_code = 34; + static constexpr int32_t __unreachable_code = 34; inline void __compilerkit_unreachable(void) { std::base_process::signal(__unreachable_code); |
