Commit a38b3eea by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.c (get_shift_alg): Fix a typo.

From-SVN: r61718
parent 3de98700
2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (get_shift_alg): Fix a typo.
2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
* configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
......
......@@ -2836,7 +2836,7 @@ get_shift_alg (shift_type, shift_mode, count, info)
}
}
else if ((8 <= count && count <= 13)
|| (TARGET_H8300S & count == 14))
|| (TARGET_H8300S && count == 14))
{
info->remainder = count - 8;
......
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