mirror of https://github.com/F-Stack/f-stack.git
Fix nginx_with_fstack setting up segment faults on arm64 platform
This commit is contained in:
parent
12a47d2d1c
commit
eb3a5857ca
|
@ -64,6 +64,7 @@ get_curthread(void)
|
|||
}
|
||||
|
||||
#define curthread get_curthread()
|
||||
#undef curthread
|
||||
|
||||
#define PCPU_GET(member) (get_pcpu()->pc_ ## member)
|
||||
#define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
|
||||
|
|
Loading…
Reference in New Issue