Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix build for ee
  • Loading branch information
En3Tho committed Aug 14, 2023
commit 0a62f7ad3dec3feef938aa8f84fece3cb2b0f3bc
5 changes: 0 additions & 5 deletions src/coreclr/vm/jitinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3927,13 +3927,8 @@ uint32_t CEEInfo::getClassAttribsInternal (CORINFO_CLASS_HANDLE clsHnd)
ret |= CORINFO_FLG_VALUECLASS;

if (pMT->IsByRefLike())
{
ret |= CORINFO_FLG_BYREF_LIKE;

if (pMT->HasSameTypeDefAs(CoreLibBinder::GetClass(CLASS__SPAN)) || pMT->HasSameTypeDefAs(CoreLibBinder::GetClass(CLASS__READONLY_SPAN)))
ret |= CORINFO_FLG_SPAN;
}

if (pClass->IsUnsafeValueClass())
ret |= CORINFO_FLG_UNSAFE_VALUECLASS;
}
Expand Down