Handle ELEMENT_TYPE_PTR in ILCodeStream::EmitLDIND/EmitSTIND (#16381)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Wed, 14 Feb 2018 10:16:09 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 10:16:09 +0000 (11:16 +0100)
commit3a7b5f6cbb7a024c2cdf0ab9546ca7d2e593760b
treea55cabe850a269b2eb22474ae2e1d784c9997e15
parent4fb985121e782822f45e5a92f251fb7b4382b016
Handle ELEMENT_TYPE_PTR in ILCodeStream::EmitLDIND/EmitSTIND (#16381)

Fixes #16371.
src/vm/stubgen.cpp
tests/src/Regressions/coreclr/16371/ptrarray.cs [new file with mode: 0644]
tests/src/Regressions/coreclr/16371/ptrarray.csproj [new file with mode: 0644]