(print_operand): Use output_operand_error for unknown code.
From-SVN: r1930
This commit is contained in:
parent
48c730637d
commit
415f583ec9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user