Commit 3cae95af by Richard Kenner

(spec_reg_operand): Fix misspelling of `default:'.

From-SVN: r9691
parent 59bff24a
......@@ -220,7 +220,7 @@ spec_reg_operand (op, mode)
return REGNO (op) >= R_BP && REGNO (op) <= R_CR;
case MODE_INT:
return REGNO (op) >= R_Q && REGNO (op) <= R_EXO;
detault:
default:
return 0;
}
}
......
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