diff options
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
| -rw-r--r-- | compiler/driver/compiler_driver.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index ecbc3a2cf7..bf3a8658da 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -1552,7 +1552,7 @@ void CompilerDriver::GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType        *type = sharp_type;      }    } else { -    auto* image_space = heap->GetImageSpace(); +    auto* image_space = heap->GetBootImageSpace();      bool method_in_image = false;      if (image_space != nullptr) {        const auto& method_section = image_space->GetImageHeader().GetMethodsSection();  |