Commit 771fd7f0 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fix compiler error

parent 2f1a94ac
...@@ -23,7 +23,7 @@ typedef time_t ib_time_t; ...@@ -23,7 +23,7 @@ typedef time_t ib_time_t;
#ifdef UNIV_SYNC_ATOMIC #ifdef UNIV_SYNC_ATOMIC
#define PAUSE_INSTRUCTION() \ #define PAUSE_INSTRUCTION() \
{ \ { \
volatile lint volatile_var; volatile lint volatile_var; \
os_compare_and_swap(volatile_var, 0, 1); \ os_compare_and_swap(volatile_var, 0, 1); \
} }
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment