Commit f7cbdfa2 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fix of ifdef error

parent 5d615366
...@@ -25,7 +25,7 @@ typedef time_t ib_time_t; ...@@ -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
......
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