Upstream version 11.39.258.0
[platform/framework/web/crosswalk.git] / src / v8 / src / deoptimizer.cc
index 14b1bab..b704186 100644 (file)
@@ -1772,6 +1772,9 @@ void Deoptimizer::DoComputeCompiledStubFrame(TranslationIterator* iterator,
   }
 
   // Copy the double registers from the input into the output frame.
+  CopyDoubleRegisters(output_frame);
+
+  // Copy the simd128 registers from the input into the output frame.
   CopySIMD128Registers(output_frame);
 
   // Fill registers containing handler and number of parameters.