diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-21 08:27:14 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-21 08:27:14 +0100 |
| commit | d978aea4025338d2cabd61c050d879b6db3ec199 (patch) | |
| tree | ef323bd371923ff3e9a4ea14e35ae67f75bd7135 /dev/LibC++/__abi+unreachable.cc | |
| parent | 31bd674f19702dd50ac3384fc880c4ae5ca235c4 (diff) | |
fix: LibC++: fix syntax errors in __abi+unreachable.cc
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibC++/__abi+unreachable.cc')
| -rw-r--r-- | dev/LibC++/__abi+unreachable.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/LibC++/__abi+unreachable.cc b/dev/LibC++/__abi+unreachable.cc index da23d47..9f436c0 100644 --- a/dev/LibC++/__abi+unreachable.cc +++ b/dev/LibC++/__abi+unreachable.cc @@ -1,7 +1,7 @@ /* ------------------------------------------- - \ - Copyright (C) 2025 Amlal El Mahrouss, all rights reserved. \ - \ + + Copyright (C) 2025 Amlal El Mahrouss, all rights reserved. + ------------------------------------------- */ #include <LibC++/__abi.h> @@ -10,7 +10,7 @@ static const int32_t __unreachable_code = 34; extern "C" void __libcompiler_unreachable(void) { - std::base_process::signal(__unreachable_code) + std::base_process::signal(__unreachable_code); while (1) ; |
