mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
fix comment
This commit is contained in:
parent
213cad8e81
commit
bdfa3baaee
@ -122,5 +122,5 @@ ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)
|
||||
|
||||
#define ngx_memory_barrier() __asm__ volatile ("" ::: "memory")
|
||||
|
||||
/* old as does not support "pause" opcode */
|
||||
/* old "as" does not support "pause" opcode */
|
||||
#define ngx_cpu_pause() __asm__ (".byte 0xf3, 0x90")
|
||||
|
Loading…
Reference in New Issue
Block a user