From b0b412bc6cc815784853ccb03657ae24a3d7b90a Mon Sep 17 00:00:00 2001 From: lazymio Date: Sat, 7 Dec 2024 22:35:28 +0800 Subject: [PATCH] Only enable JIT protect support with SPRR --- qemu/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/configure b/qemu/configure index 11f8b0f5ae..bd97f5c8c1 100755 --- a/qemu/configure +++ b/qemu/configure @@ -2171,6 +2171,7 @@ EOF have_sprr='yes' else have_sprr='no' + have_pthread_jit_protect='no' fi fi fi