Modified:
/emu/MacOSX/asm-386.s
=======================================
--- /emu/MacOSX/asm-386.s Fri Jan 15 06:06:15 2010
+++ /emu/MacOSX/asm-386.s Mon Feb 1 07:22:09 2010
@@ -27,10 +27,9 @@
xchgl %eax, 0(%ecx)
ret
- .globl _xadd
+ .globl __xadd
__xadd:
- movl 8(%esp), %eax
- movl 4(%esp), %ecx
- lock xaddl %eax, 0(%ecx)
- ret
-
+ movl 8(%esp), %eax
+ movl 4(%esp), %ecx
+ lock xaddl %eax, 0(%ecx)
+ ret