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

Unified Diff: vm/code_generator_test.cc

Issue 9721006: Second set of changes for implementation of stack map support. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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 | « vm/code_generator_ia32_test.cc ('k') | vm/code_generator_x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/code_generator_test.cc
===================================================================
--- vm/code_generator_test.cc (revision 5572)
+++ vm/code_generator_test.cc (working copy)
@@ -4,7 +4,7 @@
#include "platform/assert.h"
#include "vm/globals.h"
-#if defined(TARGET_ARCH_IA32)
+#if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64)
#include "vm/ast.h"
#include "vm/assembler.h"
@@ -19,9 +19,6 @@
namespace dart {
-#define __ assembler_->
-
-
static const intptr_t kPos = Scanner::kDummyTokenIndex;
@@ -497,4 +494,4 @@
} // namespace dart
-#endif // defined TARGET_ARCH_IA32
+#endif // defined TARGET_ARCH_IA32 || defined(TARGET_ARCH_X64)
« no previous file with comments | « vm/code_generator_ia32_test.cc ('k') | vm/code_generator_x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698