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

Unified Diff: src/mips/assembler-mips.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/mips/assembler-mips.cc
diff --git a/src/mips/assembler-mips.cc b/src/mips/assembler-mips.cc
index e933181d415b4bd3c77054baadf1184d4243ccbe..52a8b1f0ecb74299f35509c8fae40f110353d1b1 100644
--- a/src/mips/assembler-mips.cc
+++ b/src/mips/assembler-mips.cc
@@ -43,6 +43,8 @@
namespace v8 {
namespace internal {
+const FPURegister& kDoubleRegZero = f28;
+
#ifdef DEBUG
bool CpuFeatures::initialized_ = false;
#endif

Powered by Google App Engine
This is Rietveld 408576698