Add TF_AR_FPSR, the offset of ar.fpsr in a trapframe.

This commit is contained in:
Doug Rabson 2001-10-31 18:06:38 +00:00
parent 38696bb465
commit a3afc63358
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85777

View File

@ -86,6 +86,7 @@ ASSYM(FRAME_SYSCALL, FRAME_SYSCALL);
ASSYM(TF_CR_IPSR, offsetof(struct trapframe, tf_cr_ipsr));
ASSYM(TF_CR_IFS, offsetof(struct trapframe, tf_cr_ifs));
ASSYM(TF_NDIRTY, offsetof(struct trapframe, tf_ndirty));
ASSYM(TF_AR_FPSR, offsetof(struct trapframe, tf_ar_fpsr));
ASSYM(TF_B, offsetof(struct trapframe, tf_b));
ASSYM(TF_R, offsetof(struct trapframe, tf_r));
ASSYM(TF_R_R1, offsetof(struct trapframe, tf_r[FRAME_R1]));