summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++/__abi.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-10 10:26:26 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-10 10:26:26 +0200
commit1b49fe9e53f66ef3e9c74d78d6753a025e00e6f0 (patch)
tree46904451f2655acdf13f7b2ae4e014a7914f9a38 /dev/LibC++/__abi.h
parentcdb915bb1868cb7e52600d77afceaf84403ede5f (diff)
feat! Debugger and LibC++ changes, adding LibStdC++ too
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibC++/__abi.h')
-rw-r--r--dev/LibC++/__abi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/LibC++/__abi.h b/dev/LibC++/__abi.h
new file mode 100644
index 0000000..9079f5f
--- /dev/null
+++ b/dev/LibC++/__abi.h
@@ -0,0 +1,9 @@
+/* -------------------------------------------
+ \
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. \
+ \
+------------------------------------------- */
+
+#pragma once
+
+extern "C" void __libcompiler_unreachable(void);