Disable strict checks for newer versions of xbyak
All checks were successful
eden-license / license-header (pull_request) Successful in 37s
All checks were successful
eden-license / license-header (pull_request) Successful in 37s
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
91a80afb4b
commit
678cb591fd
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ if ("A64" IN_LIST DYNARMIC_FRONTENDS)
|
|||
endif()
|
||||
|
||||
if ("x86_64" IN_LIST ARCHITECTURE)
|
||||
# Newer versions of xbyak (>= 7.25.0) have stricter checks that currently
|
||||
# fail in dynarmic
|
||||
target_compile_definitions(dynarmic PRIVATE XBYAK_STRICT_CHECK_MEM_REG_SIZE=0)
|
||||
|
||||
target_compile_definitions(dynarmic PRIVATE XBYAK_OLD_DISP_CHECK=1)
|
||||
target_link_libraries(dynarmic
|
||||
PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue