Chromium Code Reviews

Unified Diff: test/cctest/test-assembler-mips.cc

Issue 7739019: Landing: MIPS: Fixed some mips32r1-specific test failures. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 3 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
« no previous file with comments | « no previous file | test/cctest/test-disasm-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-assembler-mips.cc
===================================================================
--- test/cctest/test-assembler-mips.cc (revision 9135)
+++ test/cctest/test-assembler-mips.cc (working copy)
@@ -774,7 +774,7 @@
Assembler assm(Isolate::Current(), NULL, 0);
Label L, C;
- if (CpuFeatures::IsSupported(FPU)) {
+ if (CpuFeatures::IsSupported(FPU) && mips32r2) {
CpuFeatures::Scope scope(FPU);
// Load all structure elements to registers.
« no previous file with comments | « no previous file | test/cctest/test-disasm-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine