Fix a warning (missing const).

This commit is contained in:
matt 2001-07-19 18:31:57 +00:00
parent 63bc6c1370
commit 77315351bc

View File

@ -281,7 +281,7 @@ arm_override_options ()
if (ptr->string != NULL && ptr->string[0] != '\0')
{
struct processors * sel;
const struct processors * sel;
for (sel = ptr->processors; sel->name != NULL; sel ++)
if (streq (ptr->string, sel->name))