hax-all: just use compiler's builtin ffsl()
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 22 Oct 2015 05:04:40 +0000 (14:04 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 23 Oct 2015 07:21:36 +0000 (16:21 +0900)
commit3bd9e954868ce92dea87ebf6d14d743cfa278a7c
tree8a626680446a87de6531e576b5047096f6895aca
parentade42febcc032fe1032f10c9aac37d5557e743c9
hax-all: just use compiler's builtin ffsl()

Toolchains of some platforms don't have ffsl() function. To solve
it, just use compiler's builtin ffsl().

Change-Id: I176aabe730b0bf8afbd5a5d9323e73b203855cdb
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
target-i386/hax-all.c