We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca9b86 commit bc8bcf6Copy full SHA for bc8bcf6
1 file changed
src/coreclr/jit/ee_il_dll.hpp
@@ -217,7 +217,6 @@ inline var_types JITtype2varType(CorInfoType type)
217
TYP_BYREF, // CORINFO_TYPE_BYREF = 0x11,
218
TYP_STRUCT, // CORINFO_TYPE_VALUECLASS = 0x12,
219
TYP_REF, // CORINFO_TYPE_CLASS = 0x13,
220
-
221
};
222
223
// spot check to make certain enumerations have not changed
0 commit comments