Commit 415f583e by Richard Stallman

(print_operand): Use output_operand_error for unknown code.

From-SVN: r1930
parent 48c73063
......@@ -2824,7 +2824,7 @@ print_operand (file, x, code)
default:
/* Undocumented flag. */
abort ();
output_operand_lossage ("invalid operand output code");
}
if (GET_CODE (x) == REG)
......
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