Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode
Change-Id: I1b35c33d89f0526c80bc8d21e064617d0eac6cd1
diff --git a/src/dalvik_system_VMRuntime.cc b/src/dalvik_system_VMRuntime.cc
index 8d4aa8b..b6a8ed7 100644
--- a/src/dalvik_system_VMRuntime.cc
+++ b/src/dalvik_system_VMRuntime.cc
@@ -114,7 +114,7 @@
if (targetSdkVersion > 0 && targetSdkVersion <= 13 /* honeycomb-mr2 */) {
// TODO: running with CheckJNI should override this and force you to obey the strictest rules.
LOG(INFO) << "Turning on JNI app bug workarounds for target SDK version " << targetSdkVersion << "...";
- UNIMPLEMENTED(FATAL) << "can we get this as a command-line argument?";
+ UNIMPLEMENTED(WARNING) << "can we get this as a command-line argument?";
//gDvmJni.work_around_app_jni_bugs = true;
}
}