From: Richard Kenner Date: Mon, 3 Jun 1996 12:06:54 +0000 (-0400) Subject: (store_field): Fix typo in last change; update TARGET addr. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0086427caf98bd635e404706d54aab851e4fac41;p=gcc.git (store_field): Fix typo in last change; update TARGET addr. From-SVN: r12142 --- diff --git a/gcc/expr.c b/gcc/expr.c index 071e38312e3..5fb46a9db20 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,