Argh! Followup to previous commit. I checked in the patch with an
unintended local change. Change Xurthread back to curthread.
This commit is contained in:
parent
c287f723c4
commit
b4bae2b0c5
@ -167,7 +167,7 @@ __curthread(void)
|
||||
__asm __volatile("movq %%gs:0,%0" : "=r" (td));
|
||||
return (td);
|
||||
}
|
||||
#define Xurthread (__curthread())
|
||||
#define curthread (__curthread())
|
||||
|
||||
#else
|
||||
#error gcc or lint is required to use this file
|
||||
|
Loading…
x
Reference in New Issue
Block a user