amd64 fixes
This commit is contained in:
@ -401,8 +401,8 @@ struct Proc
|
||||
int notepending; /* note issued but not acted on */
|
||||
int kp; /* true if a kernel process */
|
||||
|
||||
ulong rendtag; /* Tag for rendezvous */
|
||||
ulong rendval; /* Value for rendezvous */
|
||||
void* rendtag; /* Tag for rendezvous */
|
||||
void* rendval; /* Value for rendezvous */
|
||||
Proc *rendhash; /* Hash list for tag values */
|
||||
|
||||
int nerrlab;
|
||||
|
Reference in New Issue
Block a user