Revision: 11787
Author: [email protected]
Date: Tue Jun 12 23:42:30 2012
Log: MIPS: Small fix for r11771 (1b74d45b).
TEST=mjsunit/object-define-property.js
BUG=
Review URL: https://chromiumcodereview.appspot.com/10535138
Patch from Akos Palfi <[email protected]>.
http://code.google.com/p/v8/source/detail?r=11787
Modified:
/branches/bleeding_edge/src/mips/stub-cache-mips.cc
=======================================
--- /branches/bleeding_edge/src/mips/stub-cache-mips.cc Tue Jun 12 02:32:17
2012
+++ /branches/bleeding_edge/src/mips/stub-cache-mips.cc Tue Jun 12 23:42:30
2012
@@ -2702,7 +2702,7 @@
CALL_AS_METHOD);
// We have to return the passed value, not the return value of the
setter.
- __ pop(a0);
+ __ pop(v0);
// Restore context register.
__ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev