* commit 'c7559aeaf17a7c38392d2dc8f79c77316a24c8c0': Fix MIPS build.
This commit is contained in:
commit
41f56e29c7
@ -55,8 +55,7 @@
|
||||
#endif
|
||||
|
||||
/* This is the Android signature */
|
||||
int cacheflush (long start, long end, long flags)
|
||||
{
|
||||
int cacheflush (long start, long end, long /*flags*/) {
|
||||
if (end < start) {
|
||||
/*
|
||||
* It looks like this is really MIPS style cacheflush call
|
@ -5,7 +5,7 @@ _LIBC_ARCH_COMMON_SRC_FILES := \
|
||||
arch-mips/bionic/_setjmp.S \
|
||||
arch-mips/bionic/futex_mips.S \
|
||||
arch-mips/bionic/bzero.S \
|
||||
arch-mips/bionic/cacheflush.c \
|
||||
arch-mips/bionic/cacheflush.cpp \
|
||||
arch-mips/bionic/clone.S \
|
||||
arch-mips/bionic/ffs.S \
|
||||
arch-mips/bionic/memcmp16.S \
|
||||
|
Loading…
Reference in New Issue
Block a user