summaryrefslogtreecommitdiffstats
path: root/runtime/globals.h
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2014-04-02 17:32:54 -0700
committerHiroshi Yamauchi <yamauchi@google.com>2014-04-03 20:16:44 -0700
commit800ac2defde5d12b2f1f313c6b6162560cfa6fc7 (patch)
treec25e10b68be9be9949e96d3c977fbcf906f22a3a /runtime/globals.h
parent5cff3083c00dfbae7b8c5c34b0bedbc514c91df9 (diff)
downloadart-800ac2defde5d12b2f1f313c6b6162560cfa6fc7.zip
art-800ac2defde5d12b2f1f313c6b6162560cfa6fc7.tar.gz
art-800ac2defde5d12b2f1f313c6b6162560cfa6fc7.tar.bz2
Insert an empty read barrier call.
Bug: 12687968 Change-Id: Ie1d28658e16e09f6a983cb5c1f0d5b375b7ae069
Diffstat (limited to 'runtime/globals.h')
-rw-r--r--runtime/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/globals.h b/runtime/globals.h
index f2d6862..bd85d3b 100644
--- a/runtime/globals.h
+++ b/runtime/globals.h
@@ -19,7 +19,7 @@
#include <stddef.h>
#include <stdint.h>
-#include "read_barrier.h"
+#include "read_barrier_c.h"
namespace art {