From 361dc1fadd3f2c00f1ab339a46cd30462a00d095 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 17 Nov 2016 18:09:02 -0600 Subject: [PATCH] Fix issue #34, GPR Save Area references floating-point. Signed-off-by: Bill Schmidt --- specification/ch_2.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/ch_2.xml b/specification/ch_2.xml index 2c9d2ff..0cbf498 100644 --- a/specification/ch_2.xml +++ b/specification/ch_2.xml @@ -5195,9 +5195,9 @@ xml:id="dbdoclet.50655240_pgfId-1156194"> function exit. If full unwind information such as DWARF is present, registers can be saved in arbitrary locations in the stack frame. If the system - floating-point register save and restore functions are to be used, the - floating-point registers shall be saved in a contiguous range. - Floating-point register fN is saved in the doubleword located 8 x + general-purpose register save and restore functions are to be used, the + general-purpose registers shall be saved in a contiguous range. + 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 in .