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:
authorAndrew Au <andrewau@microsoft.com>2017-01-28 00:38:38 +0300
committerAndrew Au <andrewau@microsoft.com>2017-01-28 00:38:38 +0300
commitc5fb9d467e13171c2410df685450784e40f58a8a (patch)
tree926fa2ae6f9fb8298ff14085072170c55a40753d /src/Native/Runtime/CMakeLists.txt
parent90ff87d57eaf575d730dfcc5912b955a7dd5185d (diff)
FuncEval #1 - Introduce a DAC accessible global variable in the runtime to store the address of the method to be called in a FuncEval.
[tfs-changeset: 1645909]
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index d0c11fd76..4a1758670 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -4,6 +4,7 @@ set(COMMON_RUNTIME_SOURCES
CachedInterfaceDispatch.cpp
Crst.cpp
DebugEventSource.cpp
+ DebugFuncEval.cpp
dllmain.cpp
eetype.cpp
EHHelpers.cpp