diff options
Diffstat (limited to 'dex2oat')
-rw-r--r-- | dex2oat/dex2oat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index 3cf458a..43bec37 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -1594,7 +1594,7 @@ class Dex2Oat FINAL { // Initialize maps for unstarted runtime. This needs to be here, as running clinits needs this // set up. - interpreter::UnstartedRuntimeInitialize(); + interpreter::UnstartedRuntime::Initialize(); runtime->GetClassLinker()->RunRootClinits(); runtime_ = runtime; |