comparison src/os/unix/ngx_sunpro_amd64.il @ 1327:b766d9c0a2be stable-0.5

r1306, r1307, r1308, r1309, r1310, r1311, r1322, r1325 merge: Sun Studio related fixes
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Jul 2007 08:47:45 +0000
parents e48ebafc6939
children bfd1912e55a9
comparison
equal deleted inserted replaced
1326:ccd8734e4a80 1327:b766d9c0a2be
26 .inline ngx_atomic_fetch_add,0 26 .inline ngx_atomic_fetch_add,0
27 movq %rsi, %rax 27 movq %rsi, %rax
28 lock 28 lock
29 xaddq %rax, (%rdi) 29 xaddq %rax, (%rdi)
30 .end 30 .end
31
32
33 / ngx_cpu_pause()
34
35 .inline ngx_cpu_pause,0
36 pause
37 .end