From a168c83a1d247094e9efb1244b0f73a5f1e1ed97 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 12 Jun 2012 15:34:20 -0700 Subject: Convince tsan that the card table isn't a problem. Also move the #include into "mem_map.h", since it's currently not possible to make any use of the latter without the former. If we care about the pollution, we should offer our own constants as part of our API. Change-Id: I01ec451d23c1d8afb8cb8a6660af8d9723faf5f5 --- src/compiler/codegen/mips/Assemble.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/codegen/mips/Assemble.cc') diff --git a/src/compiler/codegen/mips/Assemble.cc b/src/compiler/codegen/mips/Assemble.cc index c19effe2f3..39ad36b4ad 100644 --- a/src/compiler/codegen/mips/Assemble.cc +++ b/src/compiler/codegen/mips/Assemble.cc @@ -18,7 +18,6 @@ #include "../../CompilerInternals.h" #include "MipsLIR.h" #include "Codegen.h" -#include /* for protection change */ namespace art { -- cgit v1.2.3-59-g8ed1b