(print_operand): Use output_operand_error for unknown code.

From-SVN: r1930
This commit is contained in:
Richard Stallman 1992-08-21 21:46:41 +00:00
parent 48c730637d
commit 415f583ec9

View File

@ -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)