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++ | |
| 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++')
| -rw-r--r-- | dev/LibC++/__abi+unreachable.cc | 8 | ||||
| -rw-r--r-- | dev/LibC++/__abi.h | 6 | ||||
| -rwxr-xr-x | dev/LibC++/make_stdcc.sh (renamed from dev/LibC++/make_cxx_headers.sh) | 0 |
3 files changed, 7 insertions, 7 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) ; diff --git a/dev/LibC++/__abi.h b/dev/LibC++/__abi.h index 9079f5f..d2cc52f 100644 --- a/dev/LibC++/__abi.h +++ b/dev/LibC++/__abi.h @@ -1,7 +1,7 @@ /* ------------------------------------------- - \ - Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. \ - \ + + Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. + ------------------------------------------- */ #pragma once diff --git a/dev/LibC++/make_cxx_headers.sh b/dev/LibC++/make_stdcc.sh index 7e23e2c..7e23e2c 100755 --- a/dev/LibC++/make_cxx_headers.sh +++ b/dev/LibC++/make_stdcc.sh |
