ntdll: Implement NtFlushInstructionCache using __clear_cache where available.
commit4415653f842ae145178703a643cc1f62ee70b648
authorMartin Storsjo <martin@martin.st>
Sun, 21 Jan 2018 22:05:09 +0000 (22 00:05 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Jan 2018 21:26:46 +0000 (22 22:26 +0100)
tree884e3fd03266e9bff230283162a94da0391bae6f
parent6aa853ae393ed0155607333e9640183bc736a74c
ntdll: Implement NtFlushInstructionCache using __clear_cache where available.

The configure check needs to be done with a more elaborate test than
just AC_CHECK_FUNC, since it's a built-in function in clang and errors
out if invoked with no parameters.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
configure
configure.ac
dlls/ntdll/process.c
include/config.h.in