mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix \n placement in Darwin sync-check-failure messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11204
This commit is contained in:
parent
78bbf452db
commit
61dedcc71d
@ -3478,8 +3478,8 @@ static void add_mapping_callback(Addr addr, SizeT len, UInt prot,
|
||||
# endif
|
||||
if (seg_prot != prot) {
|
||||
if (VG_(clo_trace_syscalls))
|
||||
VG_(debugLog)(0,"aspacem","\nregion %p..%p permission "
|
||||
"mismatch (kernel %x, V %x)",
|
||||
VG_(debugLog)(0,"aspacem","region %p..%p permission "
|
||||
"mismatch (kernel %x, V %x)\n",
|
||||
(void*)nsegments[i].start,
|
||||
(void*)(nsegments[i].end+1), prot, seg_prot);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user