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