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

This commit is contained in:
Olivier Houchard 2005-02-26 00:02:14 +00:00
parent aedaf6e272
commit b6e4194946

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 {