rtasm: Silence `static function not used' warning.

This commit is contained in:
Michal Krol 2009-04-10 09:00:57 +02:00
parent 13be57df3a
commit 05c70f8f5d
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "rtasm_cpu.h"
#if defined(PIPE_ARCH_X86)
static boolean rtasm_sse_enabled(void)
{
static boolean firsttime = 1;
@ -43,6 +44,7 @@ static boolean rtasm_sse_enabled(void)
}
return enabled;
}
#endif
int rtasm_cpu_has_sse(void)
{