aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-06-03 08:06:54 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-06-03 08:06:54 -0400
commit0086427caf98bd635e404706d54aab851e4fac41 (patch)
tree21eb67a74950d494720bae31c436ce5d1a13ec3e
parent3a369acd31a93c6f3f2d8e3f93f1f5dcca5de4d0 (diff)
downloadgcc-0086427caf98bd635e404706d54aab851e4fac41.zip
gcc-0086427caf98bd635e404706d54aab851e4fac41.tar.gz
gcc-0086427caf98bd635e404706d54aab851e4fac41.tar.bz2
(store_field): Fix typo in last change; update TARGET addr.
From-SVN: r12142
-rw-r--r--gcc/expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 071e383..5fb46a9 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -3923,8 +3923,8 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
|| bitpos % BITS_PER_UNIT != 0)
abort ();
- temp = change_address (temp, VOIDmode,
- plus_constant (XEXP (temp, 0),
+ target = change_address (target, VOIDmode,
+ plus_constant (XEXP (target, 0),
bitpos / BITS_PER_UNIT));
emit_block_move (target, temp,