- 209 名前:207 mailto:sage [2007/07/29(日) 17:32:15 ]
- >>208
すみません情報が足りませんでした。 元のソースは以下になります。(nasm091) static void bin_init (FILE *afp, efunc errfunc, ldfunc ldef) { fp = afp; error = errfunc; (void) ldef; /* placate optimisers */ start_point = 0; /* default */ textsect.contents = saa_init(1L); datasect.contents = saa_init(1L); textsect.length = datasect.length = 0; textsect.index = seg_alloc(); datasect.index = seg_alloc(); bsslen = 0; bssindex = seg_alloc(); relocs = NULL; reloctail = &relocs; }
|

|