Commit c50f25e9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winebuild: Fill the delay slot on Sparc.

parent bc176ecb
......@@ -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" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment