source: proiecte/swift/trunk/lib/hoard-371/src/heaplayers/util/x86-interchange.il @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 99 bytes
Line 
1.inline MyInterlockedExchange,0
2 
3movl (%esp),%ecx
4movl 4(%esp),%eax
5lock
6xchgl %eax,(%ecx)
7 
8.end
Note: See TracBrowser for help on using the repository browser.