提交 9067a300 编写于 作者: R Rich Felker

disable use of arm memcpy asm if building as thumb code

the thumb incompatibilities in the asm are probably only minor and
should be fixable, but for now just use the C version.
上级 fbbeda17
#if __ARMEB__ #if __ARMEB__ || __thumb__
#include "../memcpy.c" #include "../memcpy.c"
#endif #endif
#ifndef __ARMEB__ #if !__ARMEB__ && !__thumb__
/* /*
* Copyright (C) 2008 The Android Open Source Project * Copyright (C) 2008 The Android Open Source Project
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册