提交 8b3d7d0d 编写于 作者: R Rich Felker

fix build error on arm due to new a_spin code

this was broken by commit ea818ea8.
上级 b8a9c90e
......@@ -103,7 +103,7 @@ static inline void a_store(volatile int *p, int x)
static inline void a_spin()
{
__k_cas(&(int){0}, 0, 0));
__k_cas(0, 0, &(int){0});
}
static inline void a_crash()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册