diff options
Diffstat (limited to 'src/debugger.h')
-rw-r--r-- | src/debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugger.h b/src/debugger.h index 85cc1f8..b85a65d 100644 --- a/src/debugger.h +++ b/src/debugger.h @@ -258,7 +258,7 @@ public: static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native); static void DdmSendHeapInfo(HpifWhen reason); - static void DdmSendHeapSegments(bool shouldLock, bool native); + static void DdmSendHeapSegments(bool native); }; #define CHUNK_TYPE(_name) \ |