Commit fd84ddaf by Richard Kenner

(override_options): Fix typo.

From-SVN: r9389
parent d1085180
......@@ -79,7 +79,7 @@ override_options ()
pa_cpu_string = "7100";
pa_cpu = PROCESSOR_7100;
}
else if (! strncmp (pa_cpu_string, "7100LC"))
else if (! strcmp (pa_cpu_string, "7100LC"))
{
pa_cpu_string = "7100LC";
pa_cpu = PROCESSOR_7100LC;
......
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