Commit 46718e34 authored by unknown's avatar unknown

sync0sync.c This inline assmebly does not compile on gcc-2.96 and Intel: remove it


innobase/sync/sync0sync.c:
  This inline assmebly does not compile on gcc-2.96 and Intel: remove it
parent bb639d60
......@@ -167,7 +167,7 @@ struct sync_level_struct{
};
#if defined(__GNUC__) && defined(UNIV_INTEL_X86)
#if defined(notdefined) && defined(__GNUC__) && defined(UNIV_INTEL_X86)
ulint
sync_gnuc_intelx86_test_and_set(
......
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