Sync to Wine-0_9_2:

Alexandre Julliard <[email protected]>
- Preserve 16-byte stack alignment in the various assembly
  functions. Needed for MacOSX.

svn path=/trunk/; revision=19581
This commit is contained in:
Gé van Geldorp
2005-11-25 22:55:30 +00:00
parent 167ce3d548
commit f65bb4ba7a
+1
View File
@@ -1190,6 +1190,7 @@ void output_stubs( FILE *outfile, DLLSPEC *spec )
fprintf( outfile, "\t.align %d\n", get_alignment(4) );
fprintf( outfile, "\t%s\n", func_declaration(name) );
fprintf( outfile, "%s:\n", asm_name(name) );
fprintf( outfile, "\tsubl $4,%%esp\n" );
if (UsePIC)
{