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

innobase/include/sync0sync.ic:
  Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word
This commit is contained in:
unknown 2001-05-31 15:59:03 +03:00
parent 7176e43d21
commit a9642208bc

View File

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