The text section alignment should be default, not 1.
This commit is contained in:
parent
c74b0989b4
commit
f0b8fe562e
|
@ -209,7 +209,7 @@ static int output_exports( FILE *outfile, int nr_exports )
|
|||
|
||||
/* output the function names */
|
||||
|
||||
fprintf( outfile, " \"\\t.text 1\\n\"\n" );
|
||||
fprintf( outfile, " \"\\t.text\\n\"\n" );
|
||||
fprintf( outfile, " \"__wine_spec_exp_names:\\n\"\n" );
|
||||
for (i = 0; i < nb_names; i++)
|
||||
fprintf( outfile, " \"\\t" STRING " \\\"%s\\\"\\n\"\n", Names[i]->name );
|
||||
|
|
Loading…
Reference in New Issue