(store_field): Typo in last change.

From-SVN: r2510
This commit is contained in:
Richard Stallman 1992-10-18 19:13:01 +00:00
parent c575213d96
commit 9074de27ac

View File

@ -2703,7 +2703,7 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
if (width_mask != 0 if (width_mask != 0
&& ! (GET_CODE (target) == MEM && MEM_VOLATILE_P (target))) && ! (GET_CODE (target) == MEM && MEM_VOLATILE_P (target)))
{ {
rtx count; tree count;
enum machine_mode tmode; enum machine_mode tmode;
if (unsignedp) if (unsignedp)
return expand_and (temp, GEN_INT (width_mask), NULL_RTX); return expand_and (temp, GEN_INT (width_mask), NULL_RTX);