From 800ac2defde5d12b2f1f313c6b6162560cfa6fc7 Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Wed, 2 Apr 2014 17:32:54 -0700 Subject: Insert an empty read barrier call. Bug: 12687968 Change-Id: Ie1d28658e16e09f6a983cb5c1f0d5b375b7ae069 --- runtime/asm_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/asm_support.h') 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. -- cgit v1.1