Commit 9ed5dc54 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r19530
parent a4cbe801
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.
......
......@@ -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];
}
}
......
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