summaryrefslogtreecommitdiffstats
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 05:24:24 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 05:24:24 +0000
commit10be98bd87222a5f7c2a8eb07bf9ddbfd0d7f839 (patch)
treebb2aa76dca055c2e46eabf6e73ba0e455926a762 /gcc/java/expr.c
parente37b49973baa87e166784df747495ab2408ae0c4 (diff)
downloadppe42-gcc-10be98bd87222a5f7c2a8eb07bf9ddbfd0d7f839.tar.gz
ppe42-gcc-10be98bd87222a5f7c2a8eb07bf9ddbfd0d7f839.zip
Make -fsjlj-exceptions a configure option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 8be7f7d8cc1..7ec5e832e29 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -600,7 +600,7 @@ build_java_athrow (node)
call = build (CALL_EXPR,
void_type_node,
- build_address_of (throw_node[exceptions_via_longjmp ? 1 : 0]),
+ build_address_of (throw_node[USING_SJLJ_EXCEPTIONS ? 1 : 0]),
build_tree_list (NULL_TREE, node),
NULL_TREE);
TREE_SIDE_EFFECTS (call) = 1;
OpenPOWER on IntegriCloud