8 Jun
2023
8 Jun
'23
1:53 p.m.
Jacek Caban (@jacek) commented about dlls/jscript/compile.c:
} }
- for(i = 0; i < func->param_cnt; i++) { + for(i = func->param_cnt; i--;) {
The patch could be slipt further. That change alone should fix a few of your tests and could be separated. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2942#note_35130