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 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