mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 898936 - mingw-w64 fix.
This commit is contained in:
parent
0426bda4f6
commit
b55864888c
@ -147,7 +147,7 @@ PerfSpewer::writeProfile(JSScript *script,
|
|||||||
if (size > 0) {
|
if (size > 0) {
|
||||||
fprintf(fp_,
|
fprintf(fp_,
|
||||||
"%lx %lx %s:%d: Func%02d\n",
|
"%lx %lx %s:%d: Func%02d\n",
|
||||||
reinterpret_cast<unsigned long>(code->raw()),
|
reinterpret_cast<uintptr_t>(code->raw()),
|
||||||
size,
|
size,
|
||||||
script->filename(),
|
script->filename(),
|
||||||
script->lineno,
|
script->lineno,
|
||||||
|
Loading…
Reference in New Issue
Block a user