Fix of ifdef error

This commit is contained in:
Mikael Ronstrom 2008-12-12 22:39:12 +01:00
parent 625b7a00e9
commit 5c52a441cc

View File

@ -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