diff options
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/include/cpufunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpufunc.h b/sys/ia64/include/cpufunc.h index ac7329a..55a238a 100644 --- a/sys/ia64/include/cpufunc.h +++ b/sys/ia64/include/cpufunc.h @@ -46,7 +46,7 @@ breakpoint(void) } -#define HAVE_INLINE_FFS +#define HAVE_INLINE_FFS static __inline int ffs(int mask) |