made debiug output better
This commit is contained in:
parent
f21743e213
commit
b5009c57b4
|
@ -69,8 +69,11 @@ byte *trypat(bp,len) register byte *bp; {
|
|||
#ifndef NDEBUG
|
||||
if (Debug) {
|
||||
fprintf(stderr,"Matched:");
|
||||
for (i=0;i<patlen;i++)
|
||||
for (i=0;i<patlen;i++) {
|
||||
fprintf(stderr," %3.3s",em_mnem[emp[i].em_instr-sp_fmnem]);
|
||||
if (emp[i].em_soper)
|
||||
printf(" %s",emp[i].em_soper);
|
||||
}
|
||||
fprintf(stderr,"\n");
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue