mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue