summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86/instruction_set_features_x86.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/x86/instruction_set_features_x86.cc')
-rw-r--r--runtime/arch/x86/instruction_set_features_x86.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/x86/instruction_set_features_x86.cc b/runtime/arch/x86/instruction_set_features_x86.cc
index a12773dc9c..782ee00140 100644
--- a/runtime/arch/x86/instruction_set_features_x86.cc
+++ b/runtime/arch/x86/instruction_set_features_x86.cc
@@ -26,7 +26,7 @@
namespace art {
const X86InstructionSetFeatures* X86InstructionSetFeatures::FromVariant(
- const std::string& variant ATTRIBUTE_UNUSED, std::string* error_msg ATTRIBUTE_UNUSED,
+ const std::string& variant, std::string* error_msg ATTRIBUTE_UNUSED,
bool x86_64) {
bool known_variant = false;
bool smp = true; // Conservative default.