(struct sigcontext): Add members sc_mdlo, sc_mdhi.
authorRoland McGrath <roland@gnu.org>
Tue, 2 Aug 1994 00:12:17 +0000 (00:12 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 2 Aug 1994 00:12:17 +0000 (00:12 +0000)
sysdeps/mach/hurd/mips/sigcontext.h

index d0fdee7..63632e8 100644 (file)
@@ -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.  */
   };