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

Unified Diff: src/arm/assembler-arm.cc

Issue 8680013: Remove the static qualifier from functions in header files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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
Index: src/arm/assembler-arm.cc
diff --git a/src/arm/assembler-arm.cc b/src/arm/assembler-arm.cc
index 329493a340db5f959ece888f4247835538eee7bc..2f245afa4d7355e059637b15014f1d4fc387a711 100644
--- a/src/arm/assembler-arm.cc
+++ b/src/arm/assembler-arm.cc
@@ -44,6 +44,11 @@
namespace v8 {
namespace internal {
+const DwVfpRegister& kFirstCalleeSavedDoubleReg = d8;
+const DwVfpRegister& kLastCalleeSavedDoubleReg = d15;
+const DwVfpRegister& kDoubleRegZero = d14;
+
+
#ifdef DEBUG
bool CpuFeatures::initialized_ = false;
#endif
« src/arm/assembler-arm.h ('K') | « src/arm/assembler-arm.h ('k') | src/arm/constants-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698