summaryrefslogtreecommitdiffstats
path: root/runtime/stack.h
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2013-07-26 12:05:57 -0700
committerIan Rogers <irogers@google.com>2013-07-29 09:52:11 -0700
commit166db04e259ca51838c311891598664deeed85ad (patch)
tree5ffa63c1b3bf58e92be2890c54f0ba6fdec2059e /runtime/stack.h
parentd41119e863a9f9c5809b7732d30870ffd237b60c (diff)
downloadart-166db04e259ca51838c311891598664deeed85ad.zip
art-166db04e259ca51838c311891598664deeed85ad.tar.gz
art-166db04e259ca51838c311891598664deeed85ad.tar.bz2
Move assembler out of runtime into compiler/utils.
Other directory layout bits of clean up. There is still work to separate quick and portable in some files (e.g. argument visitor, proxy..). Change-Id: If8fecffda8ba5c4c47a035f0c622c538c6b58351
Diffstat (limited to 'runtime/stack.h')
-rw-r--r--runtime/stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack.h b/runtime/stack.h
index 0b94f27..de93846 100644
--- a/runtime/stack.h
+++ b/runtime/stack.h
@@ -20,7 +20,7 @@
#include "dex_file.h"
#include "instrumentation.h"
#include "base/macros.h"
-#include "oat/runtime/context.h"
+#include "arch/context.h"
#include <stdint.h>
#include <string>