From aeaa86553db2ddd882df6577744cec45828886a5 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Mon, 18 Jan 2016 11:50:50 +0100 Subject: 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. --- src/zap/zapinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zap/zapinfo.cpp') diff --git a/src/zap/zapinfo.cpp b/src/zap/zapinfo.cpp index 07ea6babb0..e3c2759e82 100644 --- a/src/zap/zapinfo.cpp +++ b/src/zap/zapinfo.cpp @@ -3680,7 +3680,7 @@ void ZapInfo::getFieldInfo (CORINFO_RESOLVED_TOKEN * pResolvedToken, } break; - case (CORCOMPILE_FIXUP_BLOB_KIND)0: + case ENCODE_NONE: break; default: -- cgit v1.2.3