mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-14 17:02:58 +00:00
BackendX64: Merge Routines into BlockOfCode
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
include_directories(.)
|
||||
|
||||
set(SRCS
|
||||
backend_x64/block_of_code.cpp
|
||||
backend_x64/emit_x64.cpp
|
||||
backend_x64/interface_x64.cpp
|
||||
backend_x64/jitstate.cpp
|
||||
backend_x64/reg_alloc.cpp
|
||||
backend_x64/routines.cpp
|
||||
common/memory_pool.cpp
|
||||
common/memory_util.cpp
|
||||
common/string_util.cpp
|
||||
@@ -34,10 +34,10 @@ set(SRCS
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
backend_x64/block_of_code.h
|
||||
backend_x64/emit_x64.h
|
||||
backend_x64/jitstate.h
|
||||
backend_x64/reg_alloc.h
|
||||
backend_x64/routines.h
|
||||
common/assert.h
|
||||
common/bit_set.h
|
||||
common/bit_util.h
|
||||
|
||||
Reference in New Issue
Block a user