diff options
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(); |