Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include<libc/asm.h>
  3. MK_C_SYM(ffs)
  4.         bsfl    4(%esp), %eax
  5.         jnz     .Lzero
  6.         movl    $0,%eax
  7. .Lzero:
  8.         ret
  9.