Fix issue #34, GPR Save Area references floating-point.

Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
master
Bill Schmidt 8 years ago
parent e87ef8cda2
commit 361dc1fadd

@ -5195,9 +5195,9 @@ xml:id="dbdoclet.50655240_pgfId-1156194">
function exit.</para> function exit.</para>
<para>If full unwind information such as DWARF is present, registers can be <para>If full unwind information such as DWARF is present, registers can be
saved in arbitrary locations in the stack frame. If the system saved in arbitrary locations in the stack frame. If the system
floating-point register save and restore functions are to be used, the general-purpose register save and restore functions are to be used, the
floating-point registers shall be saved in a contiguous range. general-purpose registers shall be saved in a contiguous range.
Floating-point register fN is saved in the doubleword located 8 x General-purpose register rN is saved in the doubleword located 8 x
(32-N) bytes before the back-chain word of the previous frame, as shown (32-N) bytes before the back-chain word of the previous frame, as shown
in in
<xref linkend="dbdoclet.50655240_97610" />.</para> <xref linkend="dbdoclet.50655240_97610" />.</para>

Loading…
Cancel
Save