diff options
Diffstat (limited to 'src/jni_compiler.cc')
| -rw-r--r-- | src/jni_compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jni_compiler.cc b/src/jni_compiler.cc index 9624246c82..4d454cfb46 100644 --- a/src/jni_compiler.cc +++ b/src/jni_compiler.cc @@ -273,7 +273,7 @@ void JniCompiler::Compile(Method* native_method) { } // 9. Plant call to native code associated with method - if (!jni_conv->IsMethodRegisterCrushedPreCall()) { + if (!jni_conv->IsMethodRegisterClobberedPreCall()) { // Method register shouldn't have been crushed by setting up outgoing // arguments __ Call(mr_conv->MethodRegister(), Method::NativeMethodOffset(), |