summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/GCCLibraries/crtend/Exception.h6
-rw-r--r--runtime/GCCLibraries/libexception/Exception.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h
index 8db3bdbb78..d3f95e77b0 100644
--- a/runtime/GCCLibraries/crtend/Exception.h
+++ b/runtime/GCCLibraries/crtend/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...
diff --git a/runtime/GCCLibraries/libexception/Exception.h b/runtime/GCCLibraries/libexception/Exception.h
index 8db3bdbb78..d3f95e77b0 100644
--- a/runtime/GCCLibraries/libexception/Exception.h
+++ b/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...