diff options
| author | Fernando S <fsahmkow27@gmail.com> | 2023-12-06 14:19:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 14:19:17 +0100 |
| commit | 8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a (patch) | |
| tree | 265bf3c7970a570479c6a3ac1250549995f0329c /src/core/CMakeLists.txt | |
| parent | 167efb2d2bc3546fa9835ce1c20ece3ec3aa2c17 (diff) | |
| parent | f0ee3e29cb6fa5c5d45f5ecd78091295add72baa (diff) | |
Merge pull request #12236 from liamwhite/cpu-refactor
core: refactor emulated cpu core activation
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 85583941c..e2120bdfe 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -4,6 +4,8 @@ add_library(core STATIC arm/arm_interface.h arm/arm_interface.cpp + arm/debug.cpp + arm/debug.h arm/exclusive_monitor.cpp arm/exclusive_monitor.h arm/symbols.cpp |
