mirror of
https://github.com/reactos/reactos.git
synced 2025-04-02 19:53:19 +00:00
HACK: Enable callbacks for x86
This commit is contained in:
parent
4edc818331
commit
bfb4d2076e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue