From e8420f8dc420210406a394685703c7a0333eb2f3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Mar 2025 21:07:27 +0100 Subject: ADD: Better if conditions in DynamicLinkerPEF.cc Signed-off-by: Amlal El Mahrouss --- dev/LibC++/lc_runtime+unreachable.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev/LibC++') 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 -- cgit v1.2.3