diff options
Diffstat (limited to 'src/compiler/Compiler.h')
-rw-r--r-- | src/compiler/Compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Compiler.h b/src/compiler/Compiler.h index 088768b2c9..00ab796a81 100644 --- a/src/compiler/Compiler.h +++ b/src/compiler/Compiler.h @@ -204,7 +204,7 @@ BasicBlock* oatFindBlock(CompilationUnit* cUnit, unsigned int codeOffset); extern "C" art::CompiledMethod* ArtCompileMethod(art::Compiler& compiler, const art::DexFile::CodeItem* code_item, uint32_t access_flags, uint32_t method_idx, - const art::ClassLoader* class_loader, + jobject class_loader, const art::DexFile& dex_file); #endif // ART_SRC_COMPILER_COMPILER_H_ |