Skip to content

Commit 549b019

Browse files
Update compiler-rt/lib/profile/InstrProfilingUtil.c
Co-authored-by: Hubert Tong <[email protected]>
1 parent 0680091 commit 549b019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/profile/InstrProfilingUtil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ void lprofReleaseBuffer(ManagedMemory *Buf, size_t Length) {
373373
munmap(Buf->Addr, Length);
374374
break;
375375
case MM_INVALID:
376-
PROF_ERR("%s: Buffer has invalid state: %d", __func__, Buf->Status);
376+
PROF_ERR("%s: Buffer has invalid state: %d\n", __func__, Buf->Status);
377377
break;
378378
}
379379
Buf->Addr = NULL;

0 commit comments

Comments
 (0)