diff options
Diffstat (limited to 'executor/executor.cc')
| -rw-r--r-- | executor/executor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/executor.cc b/executor/executor.cc index cf80d7491..616e86752 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -340,6 +340,8 @@ struct cover_t { uint32 mmap_alloc_size; char* data; char* data_end; + // Currently collecting comparisons. + bool collect_comps; // Note: On everything but darwin the first value in data is the count of // recorded PCs, followed by the PCs. We therefore set data_offset to the // size of one PC. |
