diff options
| author | 2018-12-29 12:55:19 +1100 | |
|---|---|---|
| committer | 2018-12-29 12:55:19 +1100 | |
| commit | 22d4e106642ac9d6a0dabc700c4dcd47be08ff41 (patch) | |
| tree | 61eaf5a2b7c296828c58a92791f7094b34285428 /src/core/CMakeLists.txt | |
| parent | Moved backtrace to ArmInterface (diff) | |
| download | yuzu-22d4e106642ac9d6a0dabc700c4dcd47be08ff41.tar.gz yuzu-22d4e106642ac9d6a0dabc700c4dcd47be08ff41.tar.xz yuzu-22d4e106642ac9d6a0dabc700c4dcd47be08ff41.zip | |
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index e1f21a764..0a8f018a1 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | add_library(core STATIC | 1 | add_library(core STATIC |
| 2 | arm/arm_interface.h | 2 | arm/arm_interface.h |
| 3 | arm/arm_interface.cpp | ||
| 3 | arm/exclusive_monitor.cpp | 4 | arm/exclusive_monitor.cpp |
| 4 | arm/exclusive_monitor.h | 5 | arm/exclusive_monitor.h |
| 5 | arm/unicorn/arm_unicorn.cpp | 6 | arm/unicorn/arm_unicorn.cpp |