From d656c9c5bde6a4c48b10861c9d5e3a2542396279 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 25 May 2012 08:47:07 +0000 Subject: ia64-common.c (ia64_except_unwind_info): Fix typo. 2012-05-25 Tristan Gingold * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo. From-SVN: r187872 --- gcc/common/config/ia64/ia64-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/common') diff --git a/gcc/common/config/ia64/ia64-common.c b/gcc/common/config/ia64/ia64-common.c index 1168253..79aed6a 100644 --- a/gcc/common/config/ia64/ia64-common.c +++ b/gcc/common/config/ia64/ia64-common.c @@ -71,8 +71,8 @@ enum unwind_info_type ia64_except_unwind_info (struct gcc_options *opts) { /* Honor the --enable-sjlj-exceptions configure switch. */ -#ifdef CONFIG_UNWIND_EXCEPTIONS - if (CONFIG_UNWIND_EXCEPTIONS) +#ifdef CONFIG_SJLJ_EXCEPTIONS + if (CONFIG_SJLJ_EXCEPTIONS) return UI_SJLJ; #endif -- cgit v1.1