Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: src/execution.cc

Issue 92068: Move backend specific files to separate directories. (Closed)
Patch Set: Added CPPPATH flag and made all includes use same base path. Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/disasm-ia32.cc ('k') | src/frames-arm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.cc
diff --git a/src/execution.cc b/src/execution.cc
index 1d4d9ef91e6812815d646c3e5d31e55770f54b27..8fa059abf8562ea7373b27b7b51609fe5e8e8db4 100644
--- a/src/execution.cc
+++ b/src/execution.cc
@@ -33,9 +33,9 @@
#include "codegen-inl.h"
#ifdef ARM
-#include "simulator-arm.h"
+#include "arm/simulator-arm.h"
#else // ia32
-#include "simulator-ia32.h"
+#include "ia32/simulator-ia32.h"
#endif
#include "debug.h"
« no previous file with comments | « src/disasm-ia32.cc ('k') | src/frames-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698