diff options
Diffstat (limited to 'vm/jdwp/JdwpEvent.cpp')
| -rw-r--r-- | vm/jdwp/JdwpEvent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/jdwp/JdwpEvent.cpp b/vm/jdwp/JdwpEvent.cpp index 539aa92ff..27934872e 100644 --- a/vm/jdwp/JdwpEvent.cpp +++ b/vm/jdwp/JdwpEvent.cpp @@ -920,7 +920,7 @@ bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start) { JdwpSuspendPolicy suspendPolicy = SP_NONE; - assert(threadId = dvmDbgGetThreadSelfId()); + assert(threadId == dvmDbgGetThreadSelfId()); /* * I don't think this can happen. |
