[interp] Fix loading of ThreadStatic value types (#53391)
authorVlad Brezae <brezaevlad@gmail.com>
Fri, 11 Jun 2021 08:10:27 +0000 (11:10 +0300)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 08:10:27 +0000 (11:10 +0300)
commitddbce77f82aa22d66905ec017d01dbdb8dd0ca1d
treede9e59171b313bf24adf1305e983e94f12b90411
parente3c8ecc9d9ec2e9f837995cd526f5ee6458d284d
[interp] Fix loading of ThreadStatic value types (#53391)

* [interp] Fix loading of ThreadStatic value types

* Add runtime test for ThreadStatic valuetype access
src/mono/mono/mini/interp/transform.c
src/tests/baseservices/threading/threadstatic/threadstatic08.cs [new file with mode: 0644]
src/tests/baseservices/threading/threadstatic/threadstatic08.csproj [new file with mode: 0644]