comparison src/os/unix/ngx_sunpro_x86.il @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents d620f497c50f
children
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
37 / the "rep; nop" is used instead of "pause" to avoid the "[ PAUSE ]" hardware 37 / the "rep; nop" is used instead of "pause" to avoid the "[ PAUSE ]" hardware
38 / capability added by linker because Solaris/i386 does not know about it: 38 / capability added by linker because Solaris/i386 does not know about it:
39 / 39 /
40 / ld.so.1: nginx: fatal: hardware capability unsupported: 0x2000 [ PAUSE ] 40 / ld.so.1: nginx: fatal: hardware capability unsupported: 0x2000 [ PAUSE ]
41 41
42 .inline ngx_cpu_pause,0 42 .inline ngx_cpu_pause,0
43 rep; nop 43 rep; nop
44 .end 44 .end