diff options
Diffstat (limited to 'llvm/runtime/GCCLibraries')
-rw-r--r-- | llvm/runtime/GCCLibraries/crtend/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/Exception.h b/llvm/runtime/GCCLibraries/crtend/Exception.h index 9bda39da1d5..dc4d3a5f2ce 100644 --- a/llvm/runtime/GCCLibraries/crtend/Exception.h +++ b/llvm/runtime/GCCLibraries/crtend/Exception.h @@ -54,7 +54,7 @@ struct llvm_exception { enum { ErrorException = 0, SJLJException = 1, - CXXException = 2, + CXXException = 2 }; // Language independent exception handling API... |