MIPS: Fix bug introduced by r15640.
authorpalfia@homejinni.com <palfia@homejinni.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Jul 2013 18:02:43 +0000 (18:02 +0000)
committerpalfia@homejinni.com <palfia@homejinni.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Jul 2013 18:02:43 +0000 (18:02 +0000)
commitfbb8b84039506be0f27aed91aeae6db52614e1c8
tree41c6f9be651df6af94812a063b5e8aac0968a4e4
parent09131296ac1b0171528b31ecf7e411c322d8af29
MIPS: Fix bug introduced by r15640.

This bug causes segfault in the octane benchmark,
because the deoptimization entries do not fit in the
deopt table.
This change increases the table entry size.

TEST=octane benchmark

BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15695 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/deoptimizer-mips.cc