diff options
| author | 2014-02-27 08:52:10 +0000 | |
|---|---|---|
| committer | 2014-02-27 08:52:11 +0000 | |
| commit | 3d86fbe5413142342554c2414b5b271163ad98fe (patch) | |
| tree | cbcd581c0dc17769bea40284fb42d5cf32a9c93e /compiler/common_compiler_test.h | |
| parent | 7113d06385902f63a3b227c8d5c0d7d8f36de4b0 (diff) | |
| parent | 659d87d4a61f83f5582d816ee0bc94f00e19b46c (diff) | |
Merge "art: Fix build errors for x86_64 target"
Diffstat (limited to 'compiler/common_compiler_test.h')
| -rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |