diff options
Diffstat (limited to 'src/LibC++/__abi+unreachable.cc')
| -rw-r--r-- | src/LibC++/__abi+unreachable.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/LibC++/__abi+unreachable.cc b/src/LibC++/__abi+unreachable.cc index 1fc9830..5628e7d 100644 --- a/src/LibC++/__abi+unreachable.cc +++ b/src/LibC++/__abi+unreachable.cc @@ -12,6 +12,5 @@ static const int32_t __unreachable_code = 34; extern "C" void __compilerkit_unreachable(void) { std::base_process::signal(__unreachable_code); - while (1) - ; + while (1); }
\ No newline at end of file |
