Skip to content

Commit

Permalink
Fix 5d37fac yet again.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Aug 13, 2013
1 parent fad3d7f commit 92d3a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/aot-compiler.c
Expand Up @@ -8482,7 +8482,7 @@ mono_compile_assembly (MonoAssembly *ass, guint32 opts, const char *aot_options)
TV_DECLARE (atv);
TV_DECLARE (btv);

#if !defined(MONO_ARCH_GSHAREDVT_SUPPORTED) || !defined(MONO_EXTENSIONS)
#if !defined(MONO_ARCH_GSHAREDVT_SUPPORTED) || (!defined(MONO_EXTENSIONS) && !defined(MONOTOUCH))
if (opts & MONO_OPT_GSHAREDVT) {
fprintf (stderr, "-O=gsharedvt not supported on this platform.\n");
exit (1);
Expand Down

0 comments on commit 92d3a7b

Please sign in to comment.