* config/tc-h8300.c (get_operand): Remove spurious condition in
test for closing parenthesis.
+2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
+
+ * config/tc-h8300.c (get_operand): Remove spurious condition in
+ test for closing parenthesis.
+
2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
* config/tc-arm.c (arm_ext_v8_2): New.
op->mode |= DISP | direction;
src = skip_colonthing (src, &op->mode);
- if (*src != ')' && '(')
+ if (*src != ')')
{
as_bad (_("expected @(exp, reg16)"));
return;