aboutsummaryrefslogtreecommitdiff
path: root/source/atomic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/atomic.cpp')
-rw-r--r--source/atomic.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/source/atomic.cpp b/source/atomic.cpp
new file mode 100644
index 0000000..38cda30
--- /dev/null
+++ b/source/atomic.cpp
@@ -0,0 +1,25 @@
+/////////////////////////////////////////////////////////////////////////////////
+// Copyright (c) Electronic Arts Inc. All rights reserved.
+/////////////////////////////////////////////////////////////////////////////////
+
+
+#include <EASTL/atomic.h>
+
+
+namespace eastl
+{
+
+namespace internal
+{
+
+
+static void EastlCompilerBarrierDataDependencyFunc(void*)
+{
+}
+
+volatile CompilerBarrierDataDependencyFuncPtr gCompilerBarrierDataDependencyFunc = &EastlCompilerBarrierDataDependencyFunc;
+
+
+} // namespace internal
+
+} // namespace eastl