From 672541352e91ce4e2333d45dd8b3808d2d379466 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 11 May 2025 14:11:05 +0200 Subject: feat(cxxdrv): Begin addressing stack corruption issue causing segmentation fault 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 2aaa3c1..39115a1 100644 --- a/dev/LibC++/lc_runtime+unreachable.cc +++ b/dev/LibC++/lc_runtime+unreachable.cc @@ -7,5 +7,6 @@ #include extern "C" void __libcompiler_unreachable(void) { - while (true); + while (true) + ; } \ No newline at end of file -- cgit v1.2.3