aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bfin
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@gcc.gnu.org>2008-11-27 09:14:59 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2008-11-27 09:14:59 +0000
commitc2d54fdff50c59adc9e027198abb57ad84282d37 (patch)
tree9319f157ed71d808c39cbdb30869a25823855091 /gcc/config/bfin
parentbf85bc3dcc02c70212d9462f7f3d51da6bd28135 (diff)
downloadgcc-c2d54fdff50c59adc9e027198abb57ad84282d37.zip
gcc-c2d54fdff50c59adc9e027198abb57ad84282d37.tar.gz
gcc-c2d54fdff50c59adc9e027198abb57ad84282d37.tar.bz2
Fix error in last change.
From-SVN: r142241
Diffstat (limited to 'gcc/config/bfin')
-rw-r--r--gcc/config/bfin/bfin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h
index cf706b7..8193ff3 100644
--- a/gcc/config/bfin/bfin.h
+++ b/gcc/config/bfin/bfin.h
@@ -149,7 +149,7 @@ extern int target_flags;
builtin_define ("__WORKAROUND_SPECULATIVE_LOADS"); \
if (ENABLE_WA_SPECULATIVE_SYNCS) \
builtin_define ("__WORKAROUND_SPECULATIVE_SYNCS"); \
- if (ENABLE_WA_SPECULATIVE_SYNCS) \
+ if (ENABLE_WA_INDIRECT_CALLS) \
builtin_define ("__WORKAROUND_INDIRECT_CALLS"); \
if (ENABLE_WA_RETS) \
builtin_define ("__WORKAROUND_RETS"); \