mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
construct: Reachability instrumentation fix for clang.
This commit is contained in:
parent
6d8a4ab5d6
commit
2ddf5faf37
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ do_restart(char *const *const &_argv,
|
||||||
|
|
||||||
argv.emplace_back(nullptr);
|
argv.emplace_back(nullptr);
|
||||||
ircd::syscall(::execve, _argv[0], argv.data(), _envp);
|
ircd::syscall(::execve, _argv[0], argv.data(), _envp);
|
||||||
|
__builtin_unreachable();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// These operations are safe to call before ircd::init() and anytime after
|
/// These operations are safe to call before ircd::init() and anytime after
|
||||||
|
|
Loading…
Reference in a new issue