mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix tracing apply with wrong arguments (no bug, r=gal+dvander).
This commit is contained in:
parent
d0d72f5cbc
commit
e95f449f88
@ -5269,7 +5269,7 @@ TraceRecorder::functionCall(bool constructing)
|
||||
|
||||
thisval = oval;
|
||||
this_ins = get(&oval);
|
||||
arg1_ins = callArgN(aval_ins, 1);
|
||||
arg1_ins = callArgN(aval_ins, 2);
|
||||
arg1 = aobj->dslots[0];
|
||||
fun = tfun;
|
||||
argc = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user