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

Unified Diff: src/arm64/simulator-arm64.cc

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry Created 6 years, 9 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/arm64/simulator-arm64.h ('k') | src/arm64/stub-cache-arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/simulator-arm64.cc
diff --git a/src/a64/simulator-a64.cc b/src/arm64/simulator-arm64.cc
similarity index 99%
rename from src/a64/simulator-a64.cc
rename to src/arm64/simulator-arm64.cc
index 51650cf08192adf88b74b1bd48ee951157a6a464..9feba6ec5f5040d1589d72e9741b894dff878d88 100644
--- a/src/a64/simulator-a64.cc
+++ b/src/arm64/simulator-arm64.cc
@@ -30,12 +30,12 @@
#include <cstdarg>
#include "v8.h"
-#if V8_TARGET_ARCH_A64
+#if V8_TARGET_ARCH_ARM64
#include "disasm.h"
#include "assembler.h"
-#include "a64/decoder-a64-inl.h"
-#include "a64/simulator-a64.h"
+#include "arm64/decoder-arm64-inl.h"
+#include "arm64/simulator-arm64.h"
#include "macro-assembler.h"
namespace v8 {
@@ -3643,4 +3643,4 @@ void Simulator::VisitException(Instruction* instr) {
} } // namespace v8::internal
-#endif // V8_TARGET_ARCH_A64
+#endif // V8_TARGET_ARCH_ARM64
« no previous file with comments | « src/arm64/simulator-arm64.h ('k') | src/arm64/stub-cache-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698