summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++/lc_runtime.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-01 08:53:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-01 08:53:02 +0100
commitedc661ccfcba5f7aa5b3582db6295d109f69e381 (patch)
tree96e3a400b13395c23ae4cda78c5b056e5d78e2d8 /dev/LibC++/lc_runtime.h
parent00ccc4cfdd391e2f37e601c55af7a55081ac73d9 (diff)
LCRT: Update symbol of __libcompiler_unreachable and implement it.
Diffstat (limited to 'dev/LibC++/lc_runtime.h')
-rw-r--r--dev/LibC++/lc_runtime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibC++/lc_runtime.h b/dev/LibC++/lc_runtime.h
index c98fefe..ce9151e 100644
--- a/dev/LibC++/lc_runtime.h
+++ b/dev/LibC++/lc_runtime.h
@@ -6,8 +6,8 @@
#pragma once
-#ifdef __cplusplus
+#ifdef __LIBCOMPILER__
-extern "C" void __cxx_libcompiler_unreachable(void);
+extern "C" void __libcompiler_unreachable(void);
#endif \ No newline at end of file