summaryrefslogtreecommitdiff
path: root/simulator/code_simulator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/code_simulator.cc')
-rw-r--r--simulator/code_simulator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/code_simulator.cc b/simulator/code_simulator.cc
index e653dfc4fe..c04ab1c5b6 100644
--- a/simulator/code_simulator.cc
+++ b/simulator/code_simulator.cc
@@ -22,7 +22,7 @@ namespace art {
CodeSimulator* CodeSimulator::CreateCodeSimulator(InstructionSet target_isa) {
switch (target_isa) {
- case kArm64:
+ case InstructionSet::kArm64:
return arm64::CodeSimulatorArm64::CreateCodeSimulatorArm64();
default:
return nullptr;