Fix nginx_with_fstack setting up segment faults on arm64 platform

dev
dongbo4 2018-11-07 08:59:23 +00:00
parent 12a47d2d1c
commit eb3a5857ca
1 changed files with 1 additions and 0 deletions

View File

@ -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))