summaryrefslogtreecommitdiffstats
path: root/vm/alloc/HeapWorker.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/alloc/HeapWorker.c')
-rw-r--r--vm/alloc/HeapWorker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/alloc/HeapWorker.c b/vm/alloc/HeapWorker.c
index d67f49e9a..127d03c62 100644
--- a/vm/alloc/HeapWorker.c
+++ b/vm/alloc/HeapWorker.c
@@ -128,7 +128,7 @@ void dvmAssertHeapWorkerThreadRunning()
u8 delta = now - heapWorkerInterpStartTime;
if (delta > HEAP_WORKER_WATCHDOG_TIMEOUT &&
- (gDvm.debuggerActive || gDvm.nativeDebuggerActive))
+ (DEBUGGER_ACTIVE || gDvm.nativeDebuggerActive))
{
/*
* Debugger suspension can block the thread indefinitely. For