diff options
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index b23a543b5d..090ee42a08 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -4138,7 +4138,7 @@ void ClassLinker::LoadMethod(const DexFile& dex_file, } } - access_flags |= GetNterpFastPathFlags(shorty, access_flags, kRuntimeISA); + access_flags |= GetNterpFastPathFlags(shorty, access_flags, kRuntimeQuickCodeISA); if (UNLIKELY((access_flags & kAccNative) != 0u)) { // Check if the native method is annotated with @FastNative or @CriticalNative. |