Skip to content

Commit

Permalink
Merge pull request #22 from bbarwik/master
Browse files Browse the repository at this point in the history
Added BitmapFirst and BitmapLast in InstrProfilingPlatformOther.c
  • Loading branch information
Amanieu authored Jun 25, 2024
2 parents 0a6c097 + c137ccc commit 2c53316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minicov/c/InstrProfilingPlatformOther.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ static const __llvm_profile_data *DataFirst = NULL;
static const __llvm_profile_data *DataLast = NULL;
static const char *NamesFirst = NULL;
static const char *NamesLast = NULL;
static const char *BitmapFirst = NULL;
static const char *BitmapLast = NULL;
static char *CountersFirst = NULL;
static char *CountersLast = NULL;
static uint32_t *OrderFileFirst = NULL;
Expand Down

0 comments on commit 2c53316

Please sign in to comment.