Skip to content

Commit 1ca1a94

Browse files
committed
Consistify with ClassLayout::GetGCPtr
1 parent c41f4f7 commit 1ca1a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/layout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ void ClassLayoutBuilder::SetGCPtrType(unsigned slot, var_types type)
690690
case TYP_BYREF:
691691
SetGCPtr(slot, TYPE_GC_BYREF);
692692
break;
693-
case TYP_UNDEF:
693+
case TYP_I_IMPL:
694694
SetGCPtr(slot, TYPE_GC_NONE);
695695
break;
696696
default:

0 commit comments

Comments
 (0)