mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Update c89atomic.
There was a stray line continuation in a macro which was resulting in an error with MSVC.
This commit is contained in:
+1
-1
@@ -14263,7 +14263,7 @@ typedef int ma_atomic_memory_order;
|
|||||||
{ \
|
{ \
|
||||||
intrin((volatile msvcType*)dst, (msvcType)src); \
|
intrin((volatile msvcType*)dst, (msvcType)src); \
|
||||||
} break; \
|
} break; \
|
||||||
} \
|
}
|
||||||
#define MA_ATOMIC_MSVC_ARM_INTRINSIC(dst, src, order, intrin, ma_atomicType, msvcType) \
|
#define MA_ATOMIC_MSVC_ARM_INTRINSIC(dst, src, order, intrin, ma_atomicType, msvcType) \
|
||||||
ma_atomicType result; \
|
ma_atomicType result; \
|
||||||
switch (order) \
|
switch (order) \
|
||||||
|
|||||||
Reference in New Issue
Block a user