[aot] Cleanup the AOT loading code a bit. Add a --aot-path= command line option to...
[mono.git] / mono / mini / mini.h
index 113b3c50a48e7a197bcffc9d8ac9e9bc58d8682c..643d6c748d21909d0cc5524bbc2c96099c744321 100644 (file)
@@ -570,6 +570,7 @@ extern GHashTable *mono_single_method_hash;
 extern gboolean        mono_using_xdebug;
 extern int mini_verbose;
 extern int valgrind_register;
+extern GList* mono_aot_paths;
 
 #define INS_INFO(opcode) (&ins_info [((opcode) - OP_START - 1) * 4])