* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.

From-SVN: r19530
This commit is contained in:
Richard Henderson 1998-05-04 10:26:14 -07:00 committed by Richard Henderson
parent a4cbe801b3
commit 9ed5dc544a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon May 4 17:25:17 1998 Richard Henderson <rth@cygnus.com>
* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
Sun May 3 23:57:25 1998 Robert Lipe <robertl@dgii.com>
Make UnixWare 7 bootstrap support work with final shipping product.

View File

@ -2399,7 +2399,7 @@ output_move_quad (operands)
/* Do the loads in the right order; can't overwrite our address
register. */
use_ldx = TARGET_ARCH64 && !FP_REG_P (reg);
return mov_by_64[!load_late_half[0]][mem != op1][use_ldx];
return mov_by_64[!load_late_half[0]][mem == op1][use_ldx];
}
}