summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
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 2aaa3c1..39115a1 100644
--- a/dev/LibC++/lc_runtime+unreachable.cc
+++ b/dev/LibC++/lc_runtime+unreachable.cc
@@ -7,5 +7,6 @@
#include <LibC++/lc_runtime.h>
extern "C" void __libcompiler_unreachable(void) {
- while (true);
+ while (true)
+ ;
} \ No newline at end of file