Added
Link Here
|
1 |
--- mono/mini/mini-x86.h.orig 2018-08-24 15:17:13 UTC |
2 |
+++ mono/mini/mini-x86.h |
3 |
@@ -139,7 +139,7 @@ struct MonoLMF { |
4 |
* If the second lowest bit is set to 1, then this is a MonoLMFExt structure, and |
5 |
* the other fields are not valid. |
6 |
*/ |
7 |
- guint32 previous_lmf; |
8 |
+ gpointer previous_lmf; |
9 |
gpointer lmf_addr; |
10 |
/* Only set in trampoline LMF frames */ |
11 |
MonoMethod *method; |