diff options
Diffstat (limited to 'llvm/runtime/GCCLibraries/libexception')
| -rw-r--r-- | llvm/runtime/GCCLibraries/libexception/Exception.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/runtime/GCCLibraries/libexception/Exception.h b/llvm/runtime/GCCLibraries/libexception/Exception.h index 8db3bdbb787..d3f95e77b0e 100644 --- a/llvm/runtime/GCCLibraries/libexception/Exception.h +++ b/llvm/runtime/GCCLibraries/libexception/Exception.h @@ -42,9 +42,9 @@ struct llvm_exception { }; enum { - ErrorException = 0, - LongjmpException = 1, - CXXException = 2, + ErrorException = 0, + SJLJException = 1, + CXXException = 2, }; // Language independent exception handling API... |

