summaryrefslogtreecommitdiff
path: root/src/inc/corcompile.h
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-01-18 11:50:50 +0100
committerJan Vorlicek <janvorli@microsoft.com>2016-01-18 11:50:50 +0100
commitaeaa86553db2ddd882df6577744cec45828886a5 (patch)
tree2042162df71f9a400849c2c09450978435cc5b40 /src/inc/corcompile.h
parent893dc96ccf9b4163ff5506d8ef248a55734b9b74 (diff)
downloadcoreclr-aeaa86553db2ddd882df6577744cec45828886a5.tar.gz
coreclr-aeaa86553db2ddd882df6577744cec45828886a5.tar.bz2
coreclr-aeaa86553db2ddd882df6577744cec45828886a5.zip
Add ready to run support to unix crossgen
This change enables ready to run support in the unix crossgen that was accidentally not enabled when adding ready to run support for Unix in the past. Only the FEATURE_READYTORUN was set, but not the FEATURE_READYTORUN_COMPILER.
Diffstat (limited to 'src/inc/corcompile.h')
-rw-r--r--src/inc/corcompile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inc/corcompile.h b/src/inc/corcompile.h
index 59bf865a34..c846374c49 100644
--- a/src/inc/corcompile.h
+++ b/src/inc/corcompile.h
@@ -685,6 +685,8 @@ enum CORCOMPILE_GCREFMAP_TOKENS
// Tags for fixup blobs
enum CORCOMPILE_FIXUP_BLOB_KIND
{
+ ENCODE_NONE = 0,
+
ENCODE_MODULE_OVERRIDE = 0x80, /* When the high bit is set, override of the module immediately follows */
ENCODE_TYPE_HANDLE = 0x10, /* Type handle */