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

Unified Diff: src/mips/assembler-mips-inl.h

Issue 12212080: MIPS: Generate the TransitionElementsStub using Crankshaft (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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
Index: src/mips/assembler-mips-inl.h
diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h
index 38a7cf02a2a94070505b3bd3de05b4644a377565..0499d3638956a655a394ffe34fa385c149b1d67a 100644
--- a/src/mips/assembler-mips-inl.h
+++ b/src/mips/assembler-mips-inl.h
@@ -91,7 +91,7 @@ int Register::NumAllocatableRegisters() {
int DoubleRegister::NumRegisters() {
if (CpuFeatures::IsSupported(FPU)) {
- return FPURegister::kNumRegisters;
+ return FPURegister::kMaxNumRegisters;
} else {
return 1;
}

Powered by Google App Engine
This is Rietveld 408576698