winebuild: Fill the delay slot on Sparc.

This commit is contained in:
André Hentschel 2011-12-01 23:56:00 +01:00 committed by Alexandre Julliard
parent bc176ecb81
commit c50f25e91b

View file

@ -1071,6 +1071,7 @@ static void output_delayed_import_thunks( const DLLSPEC *spec )
case CPU_SPARC:
output( "\tset %d, %%g1\n", (idx << 16) | j );
output( "\tb,a %s\n", asm_name("__wine_delay_load_asm") );
output( "\tnop\n" );
break;
case CPU_ARM:
output( "\tstmfd SP!, {r0-r3}\n" );