OSDN Git Service

Correct the type of a pointer.
authorAndy McFadden <fadden@android.com>
Fri, 7 Aug 2009 18:37:44 +0000 (11:37 -0700)
committerAndy McFadden <fadden@android.com>
Fri, 7 Aug 2009 18:37:44 +0000 (11:37 -0700)
Should've been part of change 20178.

vm/interp/InterpDefs.h

index dcff850..c9c80e3 100644 (file)
@@ -109,7 +109,7 @@ typedef struct InterpState {
     const u1*       interpStackEnd;
     volatile int*   pSelfSuspendCount;
 #if defined(WITH_DEBUGGER)
-    volatile bool*  pDebuggerActive;
+    volatile u1*    pDebuggerActive;
 #endif
 #if defined(WITH_PROFILER)
     volatile int*   pActiveProfilers;