mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
Really fix build on non-windows platforms :)
llvm-svn: 294215
This commit is contained in:
parent
581490e713
commit
0c7687b106
@ -863,7 +863,7 @@ Error Host::LaunchProcessPosixSpawn(const char *exe_path,
|
||||
error, result_pid, exe_path, &attr, argv, envp);
|
||||
if (log) {
|
||||
for (int ii = 0; argv[ii]; ++ii)
|
||||
LLDB_LOG("argv[{0}] = '{1}'", ii, argv[ii]);
|
||||
LLDB_LOG(log, "argv[{0}] = '{1}'", ii, argv[ii]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user