Commit 163d3408 by Richard Henderson Committed by Richard Henderson

* stor-layout.c (place_field): Change rli->size to rli->offset.

From-SVN: r34100
parent 6f5ed736
2000-05-22 Richard Henderson <rth@cygnus.com>
* stor-layout.c (place_field): Change rli->size to rli->offset.
2000-05-22 Richard Henderson <rth@cygnus.com>
* function.c (thread_prologue_and_epilogue_insns): Make sure
existing line number notes appear after the prologue.
......@@ -801,7 +801,7 @@ place_field (rli, field)
&& ! DECL_PACKED (field)
&& ! integer_zerop (DECL_SIZE (field))
&& host_integerp (DECL_SIZE (field), 1)
&& host_integerp (rli->size, 1)
&& host_integerp (rli->offset, 1)
&& host_integerp (TYPE_SIZE (type), 1))
{
unsigned int type_align = TYPE_ALIGN (type);
......
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