summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-08 21:07:27 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-08 21:07:27 +0100
commite8420f8dc420210406a394685703c7a0333eb2f3 (patch)
treec53cd16d56faae5f9744ef0614bbcad0f570601b /dev/LibC++
parent4017e6408c162b0ab1b54a0427d443b56df5237e (diff)
ADD: Better if conditions in DynamicLinkerPEF.cc
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibC++')
-rw-r--r--dev/LibC++/lc_runtime+unreachable.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/LibC++/lc_runtime+unreachable.cc b/dev/LibC++/lc_runtime+unreachable.cc
index e0e7730..e4ce7bc 100644
--- a/dev/LibC++/lc_runtime+unreachable.cc
+++ b/dev/LibC++/lc_runtime+unreachable.cc
@@ -8,5 +8,6 @@
extern "C" void __libcompiler_unreachable(void)
{
- while (true);
+ while (true)
+ ;
} \ No newline at end of file