commit | 0b686e560b4c9fa631af8be56b66f9d86ba4cf5c | [log] [tgz] |
---|---|---|
author | TDYa127 <tdy@google.com> | Mon Apr 09 22:43:35 2012 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Tue Apr 10 09:12:53 2012 -0700 |
tree | d00ba420c7b0ca31e62d0433f22cd9fb2cd28cff | |
parent | e75bc7274665947afeb9442b6011d262318a31aa [diff] [blame] |
Refactor the temporary solution of the stubs. Also, fix test 032 and 088. Change-Id: I84049356b29ca6d9a5c852c926190de76b285780
diff --git a/src/compiler_llvm/runtime_support_llvm.h b/src/compiler_llvm/runtime_support_llvm.h index 1dbd71d..ab5c804 100644 --- a/src/compiler_llvm/runtime_support_llvm.h +++ b/src/compiler_llvm/runtime_support_llvm.h
@@ -62,7 +62,7 @@ void* art_find_runtime_support_func(void* context, char const* name); -void art_ensure_link_from_code(Method* method); +const void* art_fix_stub_from_code(Method* called); } // namespace art