diff options
| author | David Marcec <dmarcecguzman@gmail.com> | 2018-12-29 12:55:19 +1100 |
|---|---|---|
| committer | David Marcec <dmarcecguzman@gmail.com> | 2018-12-29 12:55:19 +1100 |
| commit | 22d4e106642ac9d6a0dabc700c4dcd47be08ff41 (patch) | |
| tree | 61eaf5a2b7c296828c58a92791f7094b34285428 /src/core/CMakeLists.txt | |
| parent | 08d5663cb8989f6e57cc28e02c572367685d69fd (diff) | |
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 @@ add_library(core STATIC arm/arm_interface.h + arm/arm_interface.cpp arm/exclusive_monitor.cpp arm/exclusive_monitor.h arm/unicorn/arm_unicorn.cpp |
