Bug 839228 - Fix build break.

This commit is contained in:
Brian Hackett 2013-02-07 16:42:18 -07:00
parent 02a6f8513a
commit f61aac6def

View File

@ -1176,7 +1176,7 @@ BaselineCompiler::emit_JSOP_CASE()
// Call IC.
ICCompare_Fallback::Compiler stubCompiler(cx);
if (!emitIC(stubCompiler.getStub(&stubSpace_)))
if (!emitOpIC(stubCompiler.getStub(&stubSpace_)))
return false;
Register payload = masm.extractInt32(R0, R0.scratchReg());