Commit 5c52a441 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fix of ifdef error

parent 625b7a00
......@@ -25,7 +25,7 @@ typedef time_t ib_time_t;
{ \
os_compare_and_swap(volatile_var, 0, 1); \
}
#elif
#else
#define PAUSE_INSTRUCTION(volatile_var)
#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