aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_atomic.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-29 21:03:02 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-02-29 21:03:02 +0000
commitd94049b6320504f3213adfaad939493676e83a3a (patch)
tree7a25b794030cbee22cca6e2bf27aa3569f915d2c /src/core/ngx_atomic.h
parent898446c8bacb5b0e1c223dfec4643ebee8d07f8e (diff)
downloadnginx-d94049b6320504f3213adfaad939493676e83a3a.tar.gz
nginx-d94049b6320504f3213adfaad939493676e83a3a.zip
nginx-0.0.2-2004-03-01-00:03:02 import
Diffstat (limited to 'src/core/ngx_atomic.h')
-rw-r--r--src/core/ngx_atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_atomic.h b/src/core/ngx_atomic.h
index 5f5add9df..bf771e95c 100644
--- a/src/core/ngx_atomic.h
+++ b/src/core/ngx_atomic.h
@@ -59,7 +59,7 @@ static ngx_inline uint32_t ngx_atomic_cmp_set(ngx_atomic_t *lock,
NGX_SMP_LOCK
" cmpxchgl %3, %1; "
- " setzb %%al; "
+ " setz %%al; "
" movzbl %%al, %0; "
: "=a" (res) : "m" (*lock), "a" (old), "q" (set));