comparison src/list.c @ 58:b1d81800bc91

Added symbol listing to list file; various fixes
author lost
date Mon, 05 Jan 2009 00:20:45 +0000
parents e672232caffe
children 9fa4f77dd119
comparison
equal deleted inserted replaced
57:035b95a3690f 58:b1d81800bc91
120 fprintf(lf, "%02X", l -> bytes[c]); 120 fprintf(lf, "%02X", l -> bytes[c]);
121 } 121 }
122 fputc('\n', lf); 122 fputc('\n', lf);
123 } 123 }
124 } 124 }
125
126 lwasm_list_symbols(as, lf);
127
125 if (lf != stdout) 128 if (lf != stdout)
126 fclose(lf); 129 fclose(lf);
127 130
128 showerr: 131 showerr:
129 lwasm_show_errors(as); 132 lwasm_show_errors(as);