Commit d3d9bc94 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 case...

sync0sync.ic	Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word
parent c476d8d1
......@@ -150,6 +150,8 @@ mutex_reset_lock_word(
that our asm code resets eax: tell it
explicitly that after the third ':' */
#else
mutex->lock_word = 0;
os_fast_mutex_unlock(&(mutex->os_fast_mutex));
#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