mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 998251 - IonMonkey: print to the right stream during IONFLAGS=logs, r=nbp,nbp
This commit is contained in:
parent
b9f1eaaf75
commit
0852996695
@ -389,7 +389,7 @@ LInstruction::dump(FILE *fp)
|
||||
}
|
||||
fprintf(fp, ")");
|
||||
}
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(fp, "\n");
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user