Revision: 24516
Author:   [email protected]
Date:     Fri Oct 10 09:06:55 2014 UTC
Log:      MIPS: Fix for r24501.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/646863003

Patch from Paul Lind <[email protected]>.
https://code.google.com/p/v8/source/detail?r=24516

Modified:
 /branches/bleeding_edge/src/mips/full-codegen-mips.cc
 /branches/bleeding_edge/src/mips64/full-codegen-mips64.cc

=======================================
--- /branches/bleeding_edge/src/mips/full-codegen-mips.cc Thu Oct 9 15:33:10 2014 UTC +++ /branches/bleeding_edge/src/mips/full-codegen-mips.cc Fri Oct 10 09:06:55 2014 UTC
@@ -4517,6 +4517,7 @@
               MemOperand(sp, 1 * kPointerSize));
         __ lw(LoadDescriptor::NameRegister(), MemOperand(sp, 0));
         EmitKeyedPropertyLoad(prop);
+        break;
       }

       case VARIABLE:
=======================================
--- /branches/bleeding_edge/src/mips64/full-codegen-mips64.cc Thu Oct 9 15:33:10 2014 UTC +++ /branches/bleeding_edge/src/mips64/full-codegen-mips64.cc Fri Oct 10 09:06:55 2014 UTC
@@ -4517,6 +4517,7 @@
               MemOperand(sp, 1 * kPointerSize));
         __ ld(LoadDescriptor::NameRegister(), MemOperand(sp, 0));
         EmitKeyedPropertyLoad(prop);
+        break;
       }

       case VARIABLE:

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to