commit | 01158d7a57c8321370667a6045220237d16e0da8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 19 19:47:10 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Sep 20 11:48:27 2011 -0700 |
tree | f62e0bef39f7f04c969327f6a8540d7cff6e373d | |
parent | 6699709cf27b706b5221527d9815dd9365911710 [diff] [blame] |
Implement most of VMStack and some of Zygote. Change-Id: I07e18259a0452a2a9b077148f4f1ca67d3f63427
diff --git a/src/dalvik_system_VMRuntime.cc b/src/dalvik_system_VMRuntime.cc index 1e95637..1bc1e39 100644 --- a/src/dalvik_system_VMRuntime.cc +++ b/src/dalvik_system_VMRuntime.cc
@@ -88,7 +88,7 @@ jboolean VMRuntime_isDebuggerActive(JNIEnv*, jobject) { // TODO: debugger! - return false; + return JNI_FALSE; } jobjectArray VMRuntime_properties(JNIEnv* env, jobject) {