[mono/mono] 8ff18665: [runtime] Fix the build.

"Zoltan Varga ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141cc6a66f8-9bf1c542-039e-4b69-9021-8cde311fb59c-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/cb2e2621166a...8ff186652fae

   Commit: 8ff186652fae2008edde6502c427bf50098e05a8
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-10-18 16:32:28 GMT
      URL: https://github.com/mono/mono/commit/8ff186652fae2008edde6502c427bf50098e05a8

[runtime] Fix the build.

Changed paths:
  M mono/metadata/boehm-gc.c

Modified: mono/metadata/boehm-gc.c
===================================================================
@@ -758,7 +758,7 @@ enum {
 	my_entry_var = mono_mb_add_local (mb, &mono_defaults.int_class->byval_arg);
 	/* my_fl = ((GC_thread)tsd) -> ptrfree_freelists + index; */
 	mono_mb_emit_byte (mb, MONO_CUSTOM_PREFIX);
-	mono_mb_emit_byte (mb, CEE_MONO_TLS);
+	mono_mb_emit_byte (mb, 0x0D); /* CEE_MONO_TLS */
 	mono_mb_emit_i4 (mb, tls_key);
 	if (atype == ATYPE_FREEPTR || atype == ATYPE_FREEPTR_FOR_BOX || atype == ATYPE_STRING)
 		mono_mb_emit_icon (mb, G_STRUCT_OFFSET (struct GC_Thread_Rep, ptrfree_freelists));


_______________________________________________
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.