Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 949f08a

Browse files
committedMar 9, 2024
make CORINFO_HELP_CHECK_OBJ a no-gc helper (because we can)
1 parent 1cad688 commit 949f08a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/coreclr/jit/emit.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2859,6 +2859,8 @@ bool emitter::emitNoGChelper(CorInfoHelpFunc helpFunc)
28592859
case CORINFO_HELP_FAIL_FAST:
28602860
case CORINFO_HELP_STACK_PROBE:
28612861

2862+
case CORINFO_HELP_CHECK_OBJ:
2863+
28622864
case CORINFO_HELP_VALIDATE_INDIRECT_CALL:
28632865
return true;
28642866

0 commit comments

Comments
 (0)
Please sign in to comment.