create area for to save fp regs

refs #421
This commit is contained in:
Tomoki Shirasawa
2015-03-05 12:16:05 +09:00
parent 9946ccd6b1
commit e6011be1af
4 changed files with 108 additions and 0 deletions

View File

@@ -388,6 +388,7 @@ struct process {
unsigned long *ptrace_debugreg; /* debug registers for ptrace */
struct sig_pending *ptrace_recvsig;
struct sig_pending *ptrace_sendsig;
fp_regs_struct *fp_regs;
};
struct process_vm {