mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-28 20:41:07 +00:00
tsan: fix debug output
llvm-svn: 167463
This commit is contained in:
parent
a0be3e2c68
commit
e86c632015
@ -79,7 +79,7 @@ void *MmapFixedNoReserve(uptr fixed_addr, uptr size) {
|
||||
MAP_PRIVATE | MAP_ANON | MAP_FIXED | MAP_NORESERVE,
|
||||
-1, 0);
|
||||
if (p != (void*)fixed_addr)
|
||||
Report("ERROR: Failed to deallocate 0x%zx (%zd) bytes at address %p (%d)\n",
|
||||
Report("ERROR: Failed to allocate 0x%zx (%zd) bytes at address %p (%d)\n",
|
||||
size, size, fixed_addr, errno);
|
||||
return p;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user