commit | ff093b31d75658c3404f9b51ee45760f346f06d9 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Apr 30 19:04:27 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Thu May 01 08:31:01 2014 -0700 |
tree | 16a11ff5a78862defcc169b0af2901360a57ab6a | |
parent | b3016551e5f264264dbb633a1ddf03ac97f9c66c [diff] [blame] |
Fix a few 64-bit compilation of 32-bit code issues. Bug: 13423943 Change-Id: I939389413af0a68c0d95b23cd598b7c42afa4383
diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index a91fdf1..aee0d64 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc
@@ -19,6 +19,7 @@ #include "catch_block_stack_visitor.h" #include "deoptimize_stack_visitor.h" #include "entrypoints/entrypoint_utils.h" +#include "mirror/art_method-inl.h" #include "sirt_ref-inl.h" namespace art {