-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mono to get fix for bug #57780.
- Loading branch information
1 parent
494fcbc
commit 097f0b5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
14 files
+1 −1 | external/roslyn-binaries | |
+2 −2 | mcs/class/corlib/System/TimeZoneInfo.cs | |
+39 −57 | mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs | |
+1 −1 | mono/metadata/icall.c | |
+4 −0 | mono/metadata/marshal.c | |
+2 −0 | mono/metadata/w32handle.c | |
+9 −1 | mono/mini/aot-compiler.c | |
+2 −1 | mono/mini/aot-runtime.c | |
+21 −0 | mono/mini/generics.cs | |
+24 −0 | mono/mini/gshared.cs | |
+24 −5 | mono/mini/method-to-ir.c | |
+4 −1 | mono/mini/mini-runtime.c | |
+5 −0 | mono/mini/patch-info.h | |
+1 −1 | mono/utils/mono-os-mutex.h |