diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2008-12-12 23:44:39 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2008-12-12 23:44:39 +0100 |
commit | 3e4480f55e8d1c4c88c64930d709f04a0dae092a (patch) | |
tree | 0f66bd41ca9cd47de0dd4b79e0022e3430eb0e6e /storage | |
parent | f7cbdfa241c6efb6a2448668ef0f24f7aa71366e (diff) | |
download | mariadb-git-3e4480f55e8d1c4c88c64930d709f04a0dae092a.tar.gz |
Yet another idef error
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/include/ut0ut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/ut0ut.h b/storage/innobase/include/ut0ut.h index 2b69f9ea3e7..f72dcbc82bf 100644 --- a/storage/innobase/include/ut0ut.h +++ b/storage/innobase/include/ut0ut.h @@ -19,7 +19,7 @@ typedef time_t ib_time_t; #ifdef HAVE_PAUSE_INSTRUCTION #define PAUSE_INSTRUCTION(volatile_var) {__asm__ __volatile__ ("pause");} -#elif +#else #ifdef UNIV_SYNC_ATOMIC #define PAUSE_INSTRUCTION(volatile_var) \ { \ |