From e0ec2e47de5dc5e6ebcfe070f2c2c5f25487441c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 2 Aug 1994 00:12:17 +0000 Subject: [PATCH] (struct sigcontext): Add members sc_mdlo, sc_mdhi. --- sysdeps/mach/hurd/mips/sigcontext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/mach/hurd/mips/sigcontext.h b/sysdeps/mach/hurd/mips/sigcontext.h index d0fdee7..63632e8 100644 --- a/sysdeps/mach/hurd/mips/sigcontext.h +++ b/sysdeps/mach/hurd/mips/sigcontext.h @@ -38,4 +38,6 @@ struct sigcontext int sc_fp; /* Frame pointer. */ int sc_pc; /* Instruction pointer. */ int sc_ps; /* Processor status. */ + + int sc_mdlo, sc_mdhi; /* High and low multiplication results. */ }; -- 2.7.4