diff options
| author | 2012-06-12 05:55:00 -0700 | |
|---|---|---|
| committer | 2012-09-15 04:15:17 -0700 | |
| commit | 21d28f510eb590f52810c83f1f3f37fe5f4adf46 (patch) | |
| tree | f937b4d39aab322541b9b83cc5dd59d8e3f2fddd /src/thread.cc | |
| parent | 0967a25d1482d8f7b4a26c5926263e7ffa63189f (diff) | |
GBC Expander. Removed lir.
Change-Id: If8d13e36f1e6d82c2a7f7bfec62b8fb41fd8cdaa
Diffstat (limited to 'src/thread.cc')
| -rw-r--r-- | src/thread.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thread.cc b/src/thread.cc index 13b9fb74da..f215783eaf 100644 --- a/src/thread.cc +++ b/src/thread.cc @@ -260,6 +260,9 @@ void Thread::Init() { SetUpAlternateSignalStack(); InitCpu(); InitFunctionPointers(); +#ifdef ART_USE_GREENLAND_COMPILER + InitRuntimeEntryPoints(&runtime_entry_points_); +#endif InitCardTable(); Runtime* runtime = Runtime::Current(); |