[mono/mono] 4e9f9fcf: [runtime] Fix the ARM build.

"Zoltan Varga ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <000001420f7c03d1-c692d0ba-65fe-4e9b-aef6-3320523d8131-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/edbc59e9dbc6...4e9f9fcf6e30

   Commit: 4e9f9fcf6e304ca5bd08877dc4a62db0660ad1bc
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-10-31 17:05:24 GMT
      URL: https://github.com/mono/mono/commit/4e9f9fcf6e304ca5bd08877dc4a62db0660ad1bc

[runtime] Fix the ARM build.

Changed paths:
  M mono/mini/mini.h

Modified: mono/mini/mini.h
===================================================================
@@ -284,6 +284,10 @@ enum {
 
 	/* These are used for sanity checking object layout problems when cross-compiling */
 	guint32 double_align, long_align, generic_tramp_num;
+	/* The page size used by trampoline pages */
+	guint32 tramp_page_size;
+	/* The offset where the trampolines begin on a trampoline page */
+	guint32 tramp_page_code_offsets [MONO_AOT_TRAMP_NUM];
 } MonoAotFileInfo;
 
 /* Per-domain information maintained by the JIT */


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.