summaryrefslogtreecommitdiff
path: root/src/inc/corhdr.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-02-08 05:48:59 -0800
committerGitHub <noreply@github.com>2018-02-08 05:48:59 -0800
commit7b169b9a7ed2e0e1eeb668e9f1c2a049ec34ca66 (patch)
tree996f43b038a4812e5f943b8825f4664a29ed52b5 /src/inc/corhdr.h
parent5427b66d02cecd6990229744e4c9fb0dce9b7d3c (diff)
downloadcoreclr-7b169b9a7ed2e0e1eeb668e9f1c2a049ec34ca66.tar.gz
coreclr-7b169b9a7ed2e0e1eeb668e9f1c2a049ec34ca66.tar.bz2
coreclr-7b169b9a7ed2e0e1eeb668e9f1c2a049ec34ca66.zip
Cleanup redundant stale COR header definition (#16261)
Diffstat (limited to 'src/inc/corhdr.h')
-rw-r--r--src/inc/corhdr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc/corhdr.h b/src/inc/corhdr.h
index e878c2108a..df54ab41bc 100644
--- a/src/inc/corhdr.h
+++ b/src/inc/corhdr.h
@@ -165,6 +165,9 @@ typedef enum ReplacesCorHdrNumericDefines
COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN=0x08, // NEW
COR_VTABLE_CALL_MOST_DERIVED =0x10, // Call most derived method described by
+// EATJ constants
+ IMAGE_COR_EATJ_THUNK_SIZE = 32, // Size of a jump thunk reserved range.
+
// Max name lengths
//@todo: Change to unlimited name lengths.
MAX_CLASS_NAME =1024,