improve output, add debug array
This commit is contained in:
parent
bb2541693e
commit
5ad565e299
2 changed files with 23 additions and 16 deletions
|
@ -158,6 +158,10 @@ struct Fn {
|
|||
};
|
||||
|
||||
|
||||
/* main.c */
|
||||
extern char debug['Z'+1];
|
||||
void dumpss(Bits *, Sym *, FILE *);
|
||||
|
||||
/* parse.c */
|
||||
extern OpDesc opdesc[];
|
||||
void diag(char *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue