mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix --disable-tracejit build.
This commit is contained in:
parent
558e68e5ef
commit
7bedad19d8
@ -2566,7 +2566,7 @@ js::array_pop(JSContext *cx, uintN argc, Value *vp)
|
||||
}
|
||||
|
||||
#ifdef JS_METHODJIT
|
||||
void FASTCALL
|
||||
void JS_FASTCALL
|
||||
mjit::stubs::ArrayShift(VMFrame &f)
|
||||
{
|
||||
JSObject *obj = &f.regs.sp[-1].toObject();
|
||||
|
Loading…
Reference in New Issue
Block a user