0
0
Fork 0
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:
Jason Volk 2020-10-01 19:14:28 -07:00
parent 6d8a4ab5d6
commit 2ddf5faf37

View file

@ -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