core: Move common CPU core things to its own class.
This commit is contained in:
parent
5e9c547952
commit
5590245930
5 changed files with 135 additions and 58 deletions
|
@ -4,6 +4,8 @@ add_library(core STATIC
|
|||
arm/unicorn/arm_unicorn.h
|
||||
core.cpp
|
||||
core.h
|
||||
core_cpu.cpp
|
||||
core_cpu.h
|
||||
core_timing.cpp
|
||||
core_timing.h
|
||||
file_sys/directory.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue