summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm/entrypoints_init_arm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/arm/entrypoints_init_arm.cc')
-rw-r--r--runtime/arch/arm/entrypoints_init_arm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/arm/entrypoints_init_arm.cc b/runtime/arch/arm/entrypoints_init_arm.cc
index 38a88c574c..2780d1b5c9 100644
--- a/runtime/arch/arm/entrypoints_init_arm.cc
+++ b/runtime/arch/arm/entrypoints_init_arm.cc
@@ -256,6 +256,6 @@ void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints,
qpoints->pThrowNoSuchMethod = art_quick_throw_no_such_method;
qpoints->pThrowNullPointer = art_quick_throw_null_pointer_exception;
qpoints->pThrowStackOverflow = art_quick_throw_stack_overflow;
-};
+}
} // namespace art