From ad42e1327fca837531e4feac8841de3960c4df45 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Sat, 17 Sep 2011 20:23:33 -0700 Subject: Exception work clean up. Change-Id: Ide71ba25ea70b39651f80d9ff469019898a929e6 --- src/jni_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jni_compiler.cc') 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(), -- cgit v1.2.3-59-g8ed1b