We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4b5dd commit 12d5e88Copy full SHA for 12d5e88
system/lib/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
@@ -73,7 +73,7 @@ void __llvm_profile_register_function(void *Data_) {
73
Data->NumCounters * __llvm_profile_counter_entry_size());
74
BitmapLast = (char *)getMaxAddr(
75
BitmapLast,
76
- (char *)((uintptr_t)Data_ + Data->CounterPtr) + Data->NumBitmapBytes);
+ (char *)((uintptr_t)Data_ + Data->BitmapPtr) + Data->NumBitmapBytes);
77
}
78
79
COMPILER_RT_VISIBILITY
0 commit comments