Fix build; JDWP::ObjectId feels like a pointer but is actually an int.
Change-Id: I23460f0540115f5cc875f2da178bb99660de1262
diff --git a/src/debugger.h b/src/debugger.h
index 542a006..4c0c1b6 100644
--- a/src/debugger.h
+++ b/src/debugger.h
@@ -189,7 +189,7 @@
static bool IsSuspended(JDWP::ObjectId threadId);
//static void WaitForSuspend(JDWP::ObjectId threadId);
- // Fills 'thread_ids' with the threads in the given thread group. If thread_group_id == NULL,
+ // Fills 'thread_ids' with the threads in the given thread group. If thread_group_id == 0,
// returns all threads.
static void GetThreads(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& thread_ids);
static void GetChildThreadGroups(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& child_thread_group_ids);