Bug 998251 - IonMonkey: print to the right stream during IONFLAGS=logs, r=nbp,nbp

This commit is contained in:
Hannes Verschore 2014-04-18 16:00:20 +02:00
parent 417129494b
commit 1602115e41

View File

@ -389,7 +389,7 @@ LInstruction::dump(FILE *fp)
}
fprintf(fp, ")");
}
fprintf(stderr, "\n");
fprintf(fp, "\n");
}
void