[runtime] Fix the mapping of 'int' in jit icall signatures, it should be int32 not...
authormonojenkins <jo.shields+jenkins@xamarin.com>
Thu, 19 Mar 2020 10:38:35 +0000 (06:38 -0400)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 10:38:35 +0000 (06:38 -0400)
commitbc28cbef855fdb9cb3769c41276b62d49326b215
treeea239e4816f9e8dd0c2ce5f8e6e0bd367658852a
parentbcb33e591cf7ae096f35e564d048c4835f35b10e
[runtime] Fix the mapping of 'int' in jit icall signatures, it should be int32 not native int. (#33711)

Co-authored-by: vargaz <vargaz@users.noreply.github.com>
src/mono/mono/metadata/icall-signatures.h
src/mono/mono/metadata/icall.c
src/mono/mono/metadata/sgen-mono.c