mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
fix comment
This commit is contained in:
parent
213cad8e81
commit
bdfa3baaee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue