From b207e1473dda1730604a28db2b4fa52f2998aeae Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 2 Apr 2015 21:25:21 +0100 Subject: Pass linker patches around as const. Change-Id: I0eabd713d29475db9eb6e186f331dbfb00e0cf6b --- compiler/dex/quick/codegen_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/dex/quick/codegen_util.cc') diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index 483a5d06cc..f944c11931 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -1171,7 +1171,7 @@ CompiledMethod* Mir2Lir::GetCompiledMethod() { ArrayRef(vmap_encoder.GetData()), ArrayRef(native_gc_map_), cfi_ref, - ArrayRef(patches_)); + ArrayRef(patches_)); } size_t Mir2Lir::GetMaxPossibleCompilerTemps() const { -- cgit v1.2.3-59-g8ed1b