(struct sigcontext): Add members sc_mdlo, sc_mdhi.

This commit is contained in:
Roland McGrath 1994-08-02 00:12:17 +00:00
parent cad7e45a3b
commit e0ec2e47de

View 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. */
};