summaryrefslogtreecommitdiff
path: root/dac.cmake
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-04-15 16:59:56 -0700
committerMike McLaughlin <mikem@microsoft.com>2015-04-22 20:42:31 -0700
commitd5012a8471ebf16265951fb199eb58ec6d33116b (patch)
treeb1b67d5cdfb5d12a4963177cc9a1bcde0b0b8fac /dac.cmake
parent48b911e5fab33b41f3a2021ccd051eb7a99a2fbd (diff)
downloadcoreclr-d5012a8471ebf16265951fb199eb58ec6d33116b.tar.gz
coreclr-d5012a8471ebf16265951fb199eb58ec6d33116b.tar.bz2
coreclr-d5012a8471ebf16265951fb199eb58ec6d33116b.zip
Changed the VM's hardware exception to return if not in manged code. For DAC's hardware exception handling, add
hardware exception holder used to determine if a C++ exception should be thrown for a hardware exception. Cleaned up PAL initialization interactions between the debugger modules (PAL_InitializeDLL) and coreclr (PAL_InitializeCoreCLR).
Diffstat (limited to 'dac.cmake')
-rw-r--r--dac.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/dac.cmake b/dac.cmake
index 3440679681..bfa9d5241d 100644
--- a/dac.cmake
+++ b/dac.cmake
@@ -1,6 +1,7 @@
# Contains the dac build specific definitions. Included by the leaf dac cmake files.
add_definitions(-DDACCESS_COMPILE)
+add_definitions(-DFEATURE_ENABLE_HARDWARE_EXCEPTIONS)
if(WIN32)
remove_definitions(-DPROFILING_SUPPORTED)
add_definitions(-DPROFILING_SUPPORTED_DATA)