summaryrefslogtreecommitdiffstats
path: root/runtime/asm_support.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/asm_support.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/asm_support.h')
-rw-r--r--runtime/asm_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/asm_support.h b/runtime/asm_support.h
index 8ef407d..62f3593 100644
--- a/runtime/asm_support.h
+++ b/runtime/asm_support.h
@@ -17,7 +17,7 @@
#ifndef ART_RUNTIME_ASM_SUPPORT_H_
#define ART_RUNTIME_ASM_SUPPORT_H_
-#include "read_barrier.h"
+#include "read_barrier_c.h"
// Value loaded into rSUSPEND for quick. When this value is counted down to zero we do a suspend
// check.