Skip to content

Commit

Permalink
Added BitmapFirst and BitmapLast in InstrProfilingPlatformOther.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarwik authored Jun 24, 2024
1 parent 0a6c097 commit c137ccc
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 c137ccc

Please sign in to comment.