Commit 5126f4d3 authored by David Mosberger's avatar David Mosberger

ia64: Fix fls() declaration so it actually gets inlined. Duh.

parent 1afd09aa
......@@ -326,7 +326,7 @@ ia64_fls (unsigned long x)
return exp - 0xffff;
}
static int
static inline int
fls (int x)
{
return ia64_fls((unsigned int) x);
......
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