From 8afeb85d3def12b559b7565fb6d3956f81b55132 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 2 Apr 2014 14:55:49 -0700 Subject: Pass instruction-set from runtime through to spawned dex2oat. Change-Id: I1727af7beb9f710c29124d4d6bc9175e4856f3cc --- 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 6aa85d40de..9a21da070a 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -291,7 +291,7 @@ class CommonCompilerTest : public CommonRuntimeTest { // Take the default set of instruction features from the build. InstructionSetFeatures instruction_set_features = - ParseFeatureList(STRINGIFY(ART_DEFAULT_INSTRUCTION_SET_FEATURES)); + ParseFeatureList(Runtime::GetDefaultInstructionSetFeatures()); #if defined(__arm__) instruction_set = kThumb2; -- cgit v1.2.3-59-g8ed1b