HACK: Enable callbacks for x86

This commit is contained in:
Timo Kreuzer 2023-11-07 00:45:59 +02:00
parent 4edc818331
commit bfb4d2076e

View file

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