Commit c2d54fdf by Bernd Schmidt

Fix error in last change.

From-SVN: r142241
parent bf85bc3d
......@@ -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"); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment