Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.

This commit is contained in:
cognet 2005-02-26 00:02:14 +00:00
parent 681b865539
commit ea8a18c379

View File

@ -49,6 +49,7 @@ struct mdthread {
register_t md_savecrit;
int md_ptrace_instr;
int md_ptrace_addr;
void *md_tp;
};
struct mdproc {