Fix winebuild's ppc assembly generation.

This commit is contained in:
Simon Richter 2005-10-24 15:01:18 +00:00 committed by Alexandre Julliard
parent bb648917b6
commit 9aa432346c
1 changed files with 1 additions and 1 deletions

View File

@ -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) );