debugging stuff happened to end up on stdout instead of stderr.
This commit is contained in:
parent
a0c21bf820
commit
17f5bc21e7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ byte *trypat(bp,len) register byte *bp; {
|
||||||
for (i=0;i<patlen;i++) {
|
for (i=0;i<patlen;i++) {
|
||||||
fprintf(stderr," %3.3s",em_mnem[emp[i].em_instr-sp_fmnem]);
|
fprintf(stderr," %3.3s",em_mnem[emp[i].em_instr-sp_fmnem]);
|
||||||
if (emp[i].em_soper)
|
if (emp[i].em_soper)
|
||||||
printf(" %s",emp[i].em_soper);
|
fprintf(stderr," %s",emp[i].em_soper);
|
||||||
}
|
}
|
||||||
fprintf(stderr,"\n");
|
fprintf(stderr,"\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue