commit | 02ed4c04468ca5f5540c5b704ac3e2f30eb9e8f4 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Fri Sep 06 13:10:04 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Mon Sep 09 08:33:36 2013 -0700 |
tree | fd568452f4ae81868087e9a5f6c04a9051d0ef83 | |
parent | 28c2300d9a85f4e7288fb5d94280332f923b4df3 [diff] [blame] |
Move disassembler out of runtime. Bug: 9877500. Change-Id: Ica6d9f5ecfd20c86e5230a2213827bd78cd29a29
diff --git a/compiler/dex/quick/mir_to_lir.cc b/compiler/dex/quick/mir_to_lir.cc index 7c79f59..22dd6da 100644 --- a/compiler/dex/quick/mir_to_lir.cc +++ b/compiler/dex/quick/mir_to_lir.cc
@@ -18,6 +18,7 @@ #include "dex/dataflow_iterator-inl.h" #include "mir_to_lir-inl.h" #include "object_utils.h" +#include "thread-inl.h" namespace art {