commit | 7655f29fabc0a12765de828914a18314382e5a35 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon Jul 29 11:07:13 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Tue Jul 30 16:00:24 2013 -0700 |
tree | 219f2df20cf7f053a73a345ae20e131a73759c79 | |
parent | 1a8080d4c2e1772cfcc5e9d6587bc63bba3945d9 [diff] [blame] |
Portable refactorings. Separate quick from portable entrypoints. Move architectural dependencies into arch. Change-Id: I9adbc0a9782e2959fdc3308215f01e3107632b7c
diff --git a/runtime/entrypoints/quick/quick_throw_entrypoints.cc b/runtime/entrypoints/quick/quick_throw_entrypoints.cc index 9588698..3bfa2f2 100644 --- a/runtime/entrypoints/quick/quick_throw_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_throw_entrypoints.cc
@@ -15,9 +15,9 @@ */ #include "callee_save_frame.h" +#include "entrypoints/entrypoint_utils.h" #include "mirror/object.h" #include "object_utils.h" -#include "runtime_support.h" #include "thread.h" #include "well_known_classes.h"