Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-05-04 09:10:20 +0300
committerJan Kotas <jkotas@microsoft.com>2016-05-04 09:10:20 +0300
commit2907f2df9e86fe0830659755bb50c6f2b66ed4d1 (patch)
tree336c2035b154417a604b6bc9b44915f10452e5eb /src/Native/CMakeLists.txt
parent6de337625995e5cacf0954b9bc3e9f7e74f98b0b (diff)
Modify context related data structures for Unix AMD64 (#1228)
This change modifies PAL_LIMITED_CONTEXT, StackFrameIterator and REGDISPLAY structs and also all related code accessing registers that are not present for Unix.
Diffstat (limited to 'src/Native/CMakeLists.txt')
-rw-r--r--src/Native/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt
index 5ee7e0d17..d3a74ff05 100644
--- a/src/Native/CMakeLists.txt
+++ b/src/Native/CMakeLists.txt
@@ -89,6 +89,7 @@ if (CLR_CMAKE_PLATFORM_UNIX)
if (CLR_CMAKE_PLATFORM_UNIX_TARGET_AMD64)
# Allow 16 byte compare-exchange
add_compile_options(-mcx16)
+ add_definitions(-DUNIX_AMD64_ABI)
endif()
# Disable strict warning on unused functions.