From 659d87d4a61f83f5582d816ee0bc94f00e19b46c Mon Sep 17 00:00:00 2001 From: Dmitry Petrochenko Date: Thu, 27 Feb 2014 14:23:11 +0700 Subject: art: Fix build errors for x86_64 target Fixes build issues introduced by multilib, CompilerOptions and ElfFile patches. Change-Id: Ic05d149e3c7a1e644d0cb50cc7c3599025c90bdf Signed-off-by: Dmitry Petrochenko --- compiler/common_compiler_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.h') diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index f93509590e..0999d09e71 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -285,7 +285,7 @@ class CommonCompilerTest : public CommonRuntimeTest { #elif defined(__x86_64__) instruction_set = kX86_64; // TODO: x86_64 compilation support. - compiler_options_->SetCompilerFilter(Runtime::kInterpretOnly); + compiler_options_->SetCompilerFilter(CompilerOptions::kInterpretOnly); #endif for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { -- cgit v1.2.3-59-g8ed1b