Index: src/ia32/stub-cache-ia32.cc |
diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc |
index 7730ee3da330ad870fcac426354540ba66c81616..0254c53fed70c2f7210a6d957e0bbd722226ae58 100644 |
--- a/src/ia32/stub-cache-ia32.cc |
+++ b/src/ia32/stub-cache-ia32.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2009 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -3629,6 +3629,7 @@ MaybeObject* ExternalArrayStubCompiler::CompileKeyedStoreStub( |
__ bind(&done); |
} |
__ mov_b(Operand(edi, ebx, times_1, 0), ecx); |
+ break; |
case kExternalByteArray: |
case kExternalUnsignedByteArray: |
__ mov_b(Operand(edi, ebx, times_1, 0), ecx); |