diff options
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
-rw-r--r-- | src/compiler_llvm/compiler_llvm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index a6cf966416..7cc4a0e42d 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -104,7 +104,9 @@ class CompilerLLVM { CompiledMethod* CompileNativeMethod(OatCompilationUnit* oat_compilation_unit); - CompiledInvokeStub* CreateInvokeStub(bool is_static, char const *shorty); + CompiledInvokeStub* CreateInvokeStub(bool is_static, const char *shorty); + + CompiledInvokeStub* CreateProxyStub(const char *shorty); private: void EnsureCompilationUnit(); |