MIPS: Fix assertion-fail on cacheflush from generated code.
authorerikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Sun, 18 Sep 2011 15:05:44 +0000 (15:05 +0000)
committererikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Sun, 18 Sep 2011 15:05:44 +0000 (15:05 +0000)
commit4c64b160d25731f228c390a0e57efef6cf5b8ee1
treeb91086e709b96a5fe1293b7d2533233e877293ae
parent5cf540acce766ea77284f48a8237785ab2e555b7
MIPS: Fix assertion-fail on cacheflush from generated code.

Fix a mips-specific CallCFunction assertion, when checking for valid
frames on the stack. We fake it with AllowExternalCallThatCantCauseGC().

Landing http://codereview.chromium.org/7932010/ for Paul Lind.

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