diff options
Diffstat (limited to 'src/compiler/Dataflow.cc')
-rw-r--r-- | src/compiler/Dataflow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Dataflow.cc b/src/compiler/Dataflow.cc index 33ef0addad..fc1d262454 100644 --- a/src/compiler/Dataflow.cc +++ b/src/compiler/Dataflow.cc @@ -2274,7 +2274,7 @@ bool invokeUsesMethodStar(CompilationUnit* cUnit, MIR* mir) return false; } OatCompilationUnit mUnit(cUnit->class_loader, cUnit->class_linker, - *cUnit->dex_file, *cUnit->dex_cache, + *cUnit->dex_file, cUnit->code_item, cUnit->method_idx, cUnit->access_flags); // TODO: add a flag so we don't counts the stats for this twice |