8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00

64bit MacOS

This commit is contained in:
paulbeach 2008-02-06 16:51:52 +00:00
parent 7ca5ca33b8
commit 0afd0fe037

View File

@ -24,7 +24,7 @@
* Contributor(s): ______________________________________.
*
*
* $Id: fb_atomic.h,v 1.4 2004-06-30 01:26:06 skidder Exp $
* $Id: fb_atomic.h,v 1.4.26.1 2008-02-06 16:51:52 paulbeach Exp $
*
*/
@ -79,7 +79,7 @@ private:
} // namespace Firebird
#elif defined(__GNUC__) && (defined(i386) || defined(I386) || defined(_M_IX86) || defined(AMD64))
#elif defined(__GNUC__) && (defined(i386) || defined(I386) || defined(_M_IX86) || defined(AMD64) || defined(DARWIN64))
// Assembler version for x86 and AMD64. Note it uses xaddl thus it requires i486
class AtomicCounter