Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b212208

Browse files
committed
Undo VM portion of #9789
Maintain compat with JIT32 for 2.0 Preview
1 parent 2b5f14b commit b212208

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vm/jitinterface.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,11 +1439,6 @@ static CORINFO_FIELD_ACCESSOR getFieldIntrinsic(FieldDesc * field)
14391439
{
14401440
return CORINFO_FIELD_INTRINSIC_ZERO;
14411441
}
1442-
else
1443-
if (MscorlibBinder::GetField(FIELD__BITCONVERTER__ISLITTLEENDIAN) == field)
1444-
{
1445-
return CORINFO_FIELD_INTRINSIC_ISLITTLEENDIAN;
1446-
}
14471442

14481443
return (CORINFO_FIELD_ACCESSOR)-1;
14491444
}

0 commit comments

Comments
 (0)