summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/mono/files/patch-mono_mini_mini-x86.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_mini_mini-x86.h b/lang/mono/files/patch-mono_mini_mini-x86.h
new file mode 100644
index 000000000000..d804a58edb74
--- /dev/null
+++ b/lang/mono/files/patch-mono_mini_mini-x86.h
@@ -0,0 +1,11 @@
+--- mono/mini/mini-x86.h.orig 2018-08-24 15:17:13 UTC
++++ mono/mini/mini-x86.h
+@@ -139,7 +139,7 @@ struct MonoLMF {
+ * If the second lowest bit is set to 1, then this is a MonoLMFExt structure, and
+ * the other fields are not valid.
+ */
+- guint32 previous_lmf;
++ gpointer previous_lmf;
+ gpointer lmf_addr;
+ /* Only set in trampoline LMF frames */
+ MonoMethod *method;