Fix winebuild's ppc assembly generation.
This commit is contained in:
parent
bb648917b6
commit
9aa432346c
|
@ -716,7 +716,7 @@ static void output_import_thunk( FILE *outfile, const char *name, const char *ta
|
|||
}
|
||||
else
|
||||
{
|
||||
fprintf( outfile, "\tlis %s, (%s+%d)@hi\n", ppc_reg(9), table, pos );
|
||||
fprintf( outfile, "\tlis %s, (%s+%d)@h\n", ppc_reg(9), table, pos );
|
||||
fprintf( outfile, "\tla %s, (%s+%d)@l(%s)\n", ppc_reg(8), table, pos, ppc_reg(9) );
|
||||
}
|
||||
fprintf( outfile, "\tlwz %s, 0(%s)\n", ppc_reg(7), ppc_reg(8) );
|
||||
|
|
Loading…
Reference in New Issue