未验证 提交 f4add171 编写于 作者: O openharmony_ci 提交者: Gitee

!557 修复esp32编译告警导致编译失败问题

Merge pull request !557 from ouyk/master
......@@ -419,6 +419,7 @@ static inline UINT32 LOS_Align(UINT32 addr, UINT32 boundary)
#endif
#if defined(__GNUC__)
#ifndef __XTENSA_LX6__
static inline void maybe_release_fence(int model)
{
switch (model) {
......@@ -519,6 +520,7 @@ static inline UINT64 __atomic_exchange_8(volatile void *mem, UINT64 val, int mod
return ret;
}
#endif
#endif
#ifdef __cplusplus
#if __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册