mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fixed bug
This commit is contained in:
parent
da8108cfc8
commit
2f2758604b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ typedef time_t ib_time_t;
|
|||
#define PAUSE_INSTRUCTION() \
|
||||
{ \
|
||||
volatile lint volatile_var; \
|
||||
os_compare_and_swap(volatile_var, 0, 1); \
|
||||
os_compare_and_swap(&volatile_var, 0, 1); \
|
||||
}
|
||||
#else
|
||||
#define PAUSE_INSTRUCTION()
|
||||
|
|
Loading…
Add table
Reference in a new issue