From 04a44135ace10123f059373691594ae0f270a8a4 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Fri, 30 Sep 2016 15:24:19 +0100 Subject: compiler_driver: Fix build. Test: make-art-host Change-Id: I94e164ed245caea60fe26872a943ea5e14aa8860 --- compiler/driver/compiler_driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.cc') diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 895721faf0..e2f8d929c3 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -492,7 +492,7 @@ void CompilerDriver::CompileAll(jobject class_loader, // 3) Attempt to verify all classes // 4) Attempt to initialize image classes, and trivially initialized classes PreCompile(class_loader, dex_files, timings); - if (IsBootImage()) { + if (GetCompilerOptions().IsBootImage()) { // We don't need to setup the intrinsics for non boot image compilation, as // those compilations will pick up a boot image that have the ArtMethod already // set with the intrinsics flag. -- cgit v1.2.3-59-g8ed1b