summaryrefslogtreecommitdiff
path: root/src/pal
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-01-23 19:46:37 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-01-23 11:46:37 +0100
commit347243f80d62d5aaa5359ef8c8d5331b6d8e4a63 (patch)
tree82fa5ea05a77885661cc070d4d84026bbb4d9536 /src/pal
parent62ac5f04456e517b76bcfc3d386859a506eed6d1 (diff)
downloadcoreclr-347243f80d62d5aaa5359ef8c8d5331b6d8e4a63.tar.gz
coreclr-347243f80d62d5aaa5359ef8c8d5331b6d8e4a63.tar.bz2
coreclr-347243f80d62d5aaa5359ef8c8d5331b6d8e4a63.zip
[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)
* [x86/Linux] (Partially) Enable FEATURE_EH_FUNCLETS * Update CLR ABI Document * Add TODO (for Funclet Prolog/Epilog Gen)
Diffstat (limited to 'src/pal')
-rw-r--r--src/pal/inc/pal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 8a9972f57b..f9a33dcfcb 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -3896,7 +3896,7 @@ enum {
//
typedef struct _RUNTIME_FUNCTION {
DWORD BeginAddress;
-#ifdef _AMD64_
+#ifdef _TARGET_AMD64_
DWORD EndAddress;
#endif
DWORD UnwindData;