- Upgrade to romcc version 0.63
[coreboot.git] / util / romcc / tests / linux_test5.c
index 55613c21b0ba18394e97a714404600baba918c82..13093fb0fcdfc4e6abe3098d686b4e194e10f2ae 100644 (file)
@@ -1,7 +1,7 @@
 #include "linux_syscall.h"
 #include "linux_console.h"
 
-int log2(int value)
+inline int log2(int value)
 {
        /* __builtin_bsr is a exactly equivalent to the x86 machine
         * instruction with the exception that it returns -1