Revision: 12490
Author: [email protected]
Date: Wed Sep 12 07:11:37 2012
Log: Fix compilation issue in r12489.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/10909190
http://code.google.com/p/v8/source/detail?r=12490
Modified:
/branches/bleeding_edge/src/mips/lithium-codegen-mips.cc
=======================================
--- /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Wed Sep 12
05:28:42 2012
+++ /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Wed Sep 12
07:11:37 2012
@@ -449,7 +449,10 @@
*arguments_index = -environment->parameter_count();
*arguments_count = environment->parameter_count();
- WriteTranslation(environment->outer(), translation, args_index,
args_count);
+ WriteTranslation(environment->outer(),
+ translation,
+ arguments_index,
+ arguments_count);
int closure_id = *info()->closure() != *environment->closure()
? DefineDeoptimizationLiteral(environment->closure())
: Translation::kSelfLiteralId;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev