mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
MDEV-23633 fixup: Add missing semicolon
This commit is contained in:
parent
24f510bba4
commit
b0c194cab4
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ static inline void MY_RELAX_CPU(void)
|
|||
__ppc_get_timebase();
|
||||
#elif defined __GNUC__ && (defined __arm__ || defined __aarch64__)
|
||||
/* Mainly, prevent the compiler from optimizing away delay loops */
|
||||
__asm__ __volatile__ ("":::"memory")
|
||||
__asm__ __volatile__ ("":::"memory");
|
||||
#else
|
||||
int32 var, oldval = 0;
|
||||
my_atomic_cas32_strong_explicit(&var, &oldval, 1, MY_MEMORY_ORDER_RELAXED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue