Skip to content

Commit 2c53316

Browse files
authored
Merge pull request #22 from bbarwik/master
Added BitmapFirst and BitmapLast in InstrProfilingPlatformOther.c
2 parents 0a6c097 + c137ccc commit 2c53316

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

minicov/c/InstrProfilingPlatformOther.c

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ static const __llvm_profile_data *DataFirst = NULL;
1919
static const __llvm_profile_data *DataLast = NULL;
2020
static const char *NamesFirst = NULL;
2121
static const char *NamesLast = NULL;
22+
static const char *BitmapFirst = NULL;
23+
static const char *BitmapLast = NULL;
2224
static char *CountersFirst = NULL;
2325
static char *CountersLast = NULL;
2426
static uint32_t *OrderFileFirst = NULL;

0 commit comments

Comments
 (0)