Fix of ifdef error
This commit is contained in:
parent
625b7a00e9
commit
5c52a441cc
@ -25,7 +25,7 @@ typedef time_t ib_time_t;
|
|||||||
{ \
|
{ \
|
||||||
os_compare_and_swap(volatile_var, 0, 1); \
|
os_compare_and_swap(volatile_var, 0, 1); \
|
||||||
}
|
}
|
||||||
#elif
|
#else
|
||||||
#define PAUSE_INSTRUCTION(volatile_var)
|
#define PAUSE_INSTRUCTION(volatile_var)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user