-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: mono/mono#6299 Fixes: mono/mono#7125 Fixes: mono/mono#9318 Fixes: #1951 Prevent unaligned access errors (mono/mono#9546) MERP fixes.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
10 files
+1 −1 | configure.ac | |
+5 −3 | mcs/class/corlib/Mono/Runtime.cs | |
+2 −2 | mono/metadata/icall-def.h | |
+4 −4 | mono/metadata/icall.c | |
+42 −8 | mono/mini/debugger-agent.c | |
+1 −1 | mono/mini/mini-arm64.c | |
+10 −2 | mono/mini/mini-llvm.c | |
+11 −3 | mono/mini/mini-posix.c | |
+18 −4 | mono/utils/mono-merp.c | |
+1 −1 | mono/utils/mono-merp.h |