[JIT]: Stupid mov bug + start debugging with capstone

This commit is contained in:
SimoneN64
2025-01-28 00:12:01 +01:00
parent d4ad92a67d
commit 009dd1458d
5 changed files with 54 additions and 13 deletions

View File

@@ -65,8 +65,9 @@ add_subdirectory(../backend backend)
add_subdirectory(../../external/parallel-rdp parallel-rdp)
add_subdirectory(../../external/unarr unarr)
add_subdirectory(../../external/SDL SDL)
option(CAPSTONE_ARCHITECTURE_DEFAULT OFF)
option(CAPSTONE_MIPS_SUPPORT ON)
set(CAPSTONE_ARCHITECTURE_DEFAULT OFF)
set(CAPSTONE_MIPS_SUPPORT ON)
set(CAPSTONE_X86_SUPPORT ON)
add_subdirectory(../../external/capstone capstone)
set(CMAKE_AUTOMOC ON)