From bfb4d2076efc4bf07b4a10acaf42dcc2ab9300e1 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 7 Nov 2023 00:45:59 +0200 Subject: [PATCH] HACK: Enable callbacks for x86 --- sdk/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cmake/config.cmake b/sdk/cmake/config.cmake index 8a995349db2..8e46bddf468 100644 --- a/sdk/cmake/config.cmake +++ b/sdk/cmake/config.cmake @@ -122,6 +122,6 @@ if(ARCH STREQUAL "amd64") set(ENABLE_CALLBACK_STACKS TRUE CACHE BOOL "Whether to enable the use of callout stacks in user mode callbacks.") else() -set(ENABLE_CALLBACK_STACKS FALSE CACHE BOOL +set(ENABLE_CALLBACK_STACKS TRUE CACHE BOOL "Whether to enable the use of callout stacks in user mode callbacks.") endif()