mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user