Chromium Code Reviews

Unified Diff: src/top.h

Issue 6274009: ARM: Merging constants in simulator and assembler header files and other clea... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/top.h
===================================================================
--- src/top.h (revision 6474)
+++ src/top.h (working copy)
@@ -109,7 +109,7 @@
#ifdef USE_SIMULATOR
#ifdef V8_TARGET_ARCH_ARM
- assembler::arm::Simulator* simulator_;
+ Simulator* simulator_;
#elif V8_TARGET_ARCH_MIPS
assembler::mips::Simulator* simulator_;
#endif
« src/arm/assembler-arm.cc ('K') | « src/arm/simulator-arm.cc ('k') | src/top.cc » ('j') | no next file with comments »

Powered by Google App Engine