summaryrefslogtreecommitdiff
path: root/src/pal/src/include/pal/module.h
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 /src/pal/src/include/pal/module.h
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 'src/pal/src/include/pal/module.h')
-rw-r--r--src/pal/src/include/pal/module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pal/src/include/pal/module.h b/src/pal/src/include/pal/module.h
index 0e65766468..803ca36dc7 100644
--- a/src/pal/src/include/pal/module.h
+++ b/src/pal/src/include/pal/module.h
@@ -225,13 +225,13 @@ int LOADGetLibRotorPalSoFileName(LPSTR pszBuf);
mscorwks).
Parameters:
- void
+ Core CLR path
Return value:
TRUE if successful
FALSE if failure
--*/
-BOOL LOADInitCoreCLRModules();
+BOOL LOADInitCoreCLRModules(const char *szCoreCLRPath);
#if defined(CORECLR) && defined(__APPLE__)
// Abstract the API used to load and query for functions in the CoreCLR binary to make it easier to change the