diff options
| author | 2011-09-18 10:41:13 -0700 | |
|---|---|---|
| committer | 2011-09-18 10:41:13 -0700 | |
| commit | 534f045c57532f5689ccad269faa35b655a44f77 (patch) | |
| tree | 7bc4ca21aaf8dc056cfaf0632cd5e810abbf8674 /src/jni_compiler.cc | |
| parent | 5b8e4c810a97c9dc417142b8c6e07871ae15c797 (diff) | |
| parent | ad42e1327fca837531e4feac8841de3960c4df45 (diff) | |
Merge "Exception work clean up." into dalvik-dev
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(), |