Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[x86] Disable the usage of mono_lmf on android as a workaround.
  • Loading branch information
vargaz committed Mar 16, 2017
1 parent cd2579f commit 24e82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/mini-x86.c
Expand Up @@ -1180,7 +1180,7 @@ mono_arch_create_vars (MonoCompile *cfg)
if (cfg->method->save_lmf) {
cfg->create_lmf_var = TRUE;
cfg->lmf_ir = TRUE;
#ifndef HOST_WIN32
#if !defined(HOST_WIN32) && !defined(TARGET_ANDROID)
cfg->lmf_ir_mono_lmf = TRUE;
#endif
}
Expand Down

0 comments on commit 24e82a5

Please sign in to comment.