Change error message

This commit is contained in:
Michael Meissner 1995-10-16 11:18:23 +00:00
parent b6b8f91187
commit 9f2c8daa27

View file

@ -766,7 +766,7 @@ md_begin ()
&& strcmp (op->name, "cmpi") != 0
&& strcmp (op->name, "cmp") != 0
&& strcmp (op->name, "cmpl") != 0))))
abort ();
as_fatal ("Internal assembler error for instruction %s", op->name);
}
}
}