Add new function ICCompareStub::GenerateSymbols to mips, introduced in r7824.

BUG=
TEST=

Review URL: http://codereview.chromium.org//6970006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7831 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
sgjesse@chromium.org 2011-05-10 06:29:16 +00:00
parent d9c80d4771
commit 5d8cd989ab

View File

@ -780,6 +780,11 @@ void ICCompareStub::GenerateHeapNumbers(MacroAssembler* masm) {
}
void ICCompareStub::GenerateSymbols(MacroAssembler* masm) {
UNIMPLEMENTED_MIPS();
}
void ICCompareStub::GenerateStrings(MacroAssembler* masm) {
UNIMPLEMENTED_MIPS();
}