function.c (assign_stack_local_1): Allocate from function->x_frame_offset, not frame_...
authorRichard Henderson <rth@cygnus.com>
Thu, 9 Sep 1999 23:04:12 +0000 (16:04 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 9 Sep 1999 23:04:12 +0000 (16:04 -0700)
commit3b71623bf39b0934ee76d0223130de7dd6a44509
tree03dc204e66fe6a9c05285e28d2cb463833bc65f9
parentf00caf7903f1d9fff1d1f66560a353dd21e1c199
function.c (assign_stack_local_1): Allocate from function->x_frame_offset, not frame_offset.

        * function.c (assign_stack_local_1): Allocate from
        function->x_frame_offset, not frame_offset.

From-SVN: r29248
gcc/ChangeLog
gcc/function.c