Skip to content

Commit

Permalink
Fixes for AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Jun 20, 2024
1 parent bdfe42a commit 9918105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lsp-plug.in/common/arch/aarch64/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#endif /* LSP_PLUG_IN_COMMON_ATOMIC_IMPL */

#define ATOMIC_LOAD_DEF(type, ptrtype, qsz, mod) \
inline type atomic_load(ptrtype, ptr) \
inline type atomic_load(ptrtype ptr) \
{ \
type tmp; \
\
Expand Down

0 comments on commit 9918105

Please sign in to comment.