mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 839228 - Fix build break.
This commit is contained in:
parent
02a6f8513a
commit
f61aac6def
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user