[wasm] Add MONO_AOT_MODE_INTERP_LLVMONLY to MonoAotMode. This is what wasm+interprete...
[mono.git] / mono / mini / jit.h
index 408fead304ef2f95073bbe518c329125f519ea24..3a91c13f0d56369aeee04453a39dfd3e1e577514 100644 (file)
@@ -57,7 +57,9 @@ typedef enum {
        MONO_AOT_MODE_LLVMONLY,
        /* Uses Interpreter, JIT is disabled and not allowed,
         * equivalent to "--full-aot --interpreter" */
-       MONO_AOT_MODE_INTERP
+       MONO_AOT_MODE_INTERP,
+       /* Same as INTERP, but use only llvm compiled code */
+       MONO_AOT_MODE_INTERP_LLVMONLY,
 } MonoAotMode;
 
 MONO_API void