X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fjit.h;h=302b28b69e2d7393f036a55141ac6de893df55dc;hb=1f0ad125dde10eb586a57eb1bcee3177a76442d2;hp=28b2482c8f25e819b18300939c4978534a18b9c0;hpb=d87817c1741844fdddfa7aad89d3a14ce99da2c3;p=mono.git diff --git a/mono/mini/jit.h b/mono/mini/jit.h index 28b2482c8f2..302b28b69e2 100644 --- a/mono/mini/jit.h +++ b/mono/mini/jit.h @@ -55,6 +55,8 @@ typedef enum { MONO_AOT_MODE_FULL, /* Same as full, but use only llvm compiled code */ MONO_AOT_MODE_LLVMONLY, + /* Uses Interpreter, JIT is disabled and not allowed, + * equivalent to "--full-aot --interpreter" */ MONO_AOT_MODE_INTERP } MonoAotMode;