Skip to content

Commit 12d5e88

Browse files
committed
update
1 parent af4b5dd commit 12d5e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/lib/compiler-rt/lib/profile/InstrProfilingPlatformOther.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void __llvm_profile_register_function(void *Data_) {
7373
Data->NumCounters * __llvm_profile_counter_entry_size());
7474
BitmapLast = (char *)getMaxAddr(
7575
BitmapLast,
76-
(char *)((uintptr_t)Data_ + Data->CounterPtr) + Data->NumBitmapBytes);
76+
(char *)((uintptr_t)Data_ + Data->BitmapPtr) + Data->NumBitmapBytes);
7777
}
7878

7979
COMPILER_RT_VISIBILITY

0 commit comments

Comments
 (0)